| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.AcceptedGiftTypes
Documentation
data AcceptedGiftTypes Source #
Constructors
| AcceptedGiftTypes | Describes gift types that are accepted by a user |
Fields
| |
Instances
| FromJSON AcceptedGiftTypes Source # | |
Defined in TD.Data.AcceptedGiftTypes Methods parseJSON :: Value -> Parser AcceptedGiftTypes # parseJSONList :: Value -> Parser [AcceptedGiftTypes] # | |
| ToJSON AcceptedGiftTypes Source # | |
Defined in TD.Data.AcceptedGiftTypes Methods toJSON :: AcceptedGiftTypes -> Value # toEncoding :: AcceptedGiftTypes -> Encoding # toJSONList :: [AcceptedGiftTypes] -> Value # toEncodingList :: [AcceptedGiftTypes] -> Encoding # | |
| Show AcceptedGiftTypes Source # | |
Defined in TD.Data.AcceptedGiftTypes Methods showsPrec :: Int -> AcceptedGiftTypes -> ShowS # show :: AcceptedGiftTypes -> String # showList :: [AcceptedGiftTypes] -> ShowS # | |
| Eq AcceptedGiftTypes Source # | |
Defined in TD.Data.AcceptedGiftTypes Methods (==) :: AcceptedGiftTypes -> AcceptedGiftTypes -> Bool # (/=) :: AcceptedGiftTypes -> AcceptedGiftTypes -> Bool # | |
| ShortShow AcceptedGiftTypes Source # | |
Defined in TD.Data.AcceptedGiftTypes Methods shortShow :: AcceptedGiftTypes -> String Source # | |