Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.TestCallString
Synopsis
- data TestCallString = TestCallString {}
Documentation
data TestCallString Source #
Returns the received string; for testing only. This is an offline method. Can be called before authorization. Returns TestString
Constructors
TestCallString | |
Instances
ToJSON TestCallString Source # | |
Defined in TD.Query.TestCallString Methods toJSON :: TestCallString -> Value # toEncoding :: TestCallString -> Encoding # toJSONList :: [TestCallString] -> Value # toEncodingList :: [TestCallString] -> Encoding # | |
Show TestCallString Source # | |
Defined in TD.Query.TestCallString Methods showsPrec :: Int -> TestCallString -> ShowS # show :: TestCallString -> String # showList :: [TestCallString] -> ShowS # | |
Eq TestCallString Source # | |
Defined in TD.Query.TestCallString Methods (==) :: TestCallString -> TestCallString -> Bool # (/=) :: TestCallString -> TestCallString -> Bool # | |
ShortShow TestCallString Source # | |
Defined in TD.Query.TestCallString Methods shortShow :: TestCallString -> String Source # |