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