Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.DiscardCall
Synopsis
- data DiscardCall = DiscardCall {}
- defaultDiscardCall :: DiscardCall
Documentation
data DiscardCall Source #
Discards a call. Returns Ok
Constructors
DiscardCall | |
Fields
|
Instances
ToJSON DiscardCall Source # | |
Defined in TD.Query.DiscardCall Methods toJSON :: DiscardCall -> Value # toEncoding :: DiscardCall -> Encoding # toJSONList :: [DiscardCall] -> Value # toEncodingList :: [DiscardCall] -> Encoding # | |
Show DiscardCall Source # | |
Defined in TD.Query.DiscardCall Methods showsPrec :: Int -> DiscardCall -> ShowS # show :: DiscardCall -> String # showList :: [DiscardCall] -> ShowS # | |
Eq DiscardCall Source # | |
Defined in TD.Query.DiscardCall | |
ShortShow DiscardCall Source # | |
Defined in TD.Query.DiscardCall Methods shortShow :: DiscardCall -> String Source # |