Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
Documentation
data GetAvailableGifts Source #
Returns gifts that can be sent to other users. Returns Gifts
Instances
ToJSON GetAvailableGifts Source # | |
Defined in TD.Query.GetAvailableGifts toJSON :: GetAvailableGifts -> Value # toEncoding :: GetAvailableGifts -> Encoding # toJSONList :: [GetAvailableGifts] -> Value # toEncodingList :: [GetAvailableGifts] -> Encoding # | |
Show GetAvailableGifts Source # | |
Defined in TD.Query.GetAvailableGifts showsPrec :: Int -> GetAvailableGifts -> ShowS # show :: GetAvailableGifts -> String # showList :: [GetAvailableGifts] -> ShowS # | |
Eq GetAvailableGifts Source # | |
Defined in TD.Query.GetAvailableGifts (==) :: GetAvailableGifts -> GetAvailableGifts -> Bool # (/=) :: GetAvailableGifts -> GetAvailableGifts -> Bool # | |
ShortShow GetAvailableGifts Source # | |
Defined in TD.Query.GetAvailableGifts shortShow :: GetAvailableGifts -> String Source # |