Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data AttributeMapping Source #
Instances
FromJSON AttributeMapping Source # | |
Defined in Rattletrap.Type.AttributeMapping parseJSON :: Value -> Parser AttributeMapping # parseJSONList :: Value -> Parser [AttributeMapping] # | |
ToJSON AttributeMapping Source # | |
Defined in Rattletrap.Type.AttributeMapping toJSON :: AttributeMapping -> Value # toEncoding :: AttributeMapping -> Encoding # toJSONList :: [AttributeMapping] -> Value # toEncodingList :: [AttributeMapping] -> Encoding # omitField :: AttributeMapping -> Bool # | |
Show AttributeMapping Source # | |
Defined in Rattletrap.Type.AttributeMapping showsPrec :: Int -> AttributeMapping -> ShowS # show :: AttributeMapping -> String # showList :: [AttributeMapping] -> ShowS # | |
Eq AttributeMapping Source # | |
Defined in Rattletrap.Type.AttributeMapping (==) :: AttributeMapping -> AttributeMapping -> Bool # (/=) :: AttributeMapping -> AttributeMapping -> Bool # |
bytePut :: AttributeMapping -> BytePut Source #