| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.GetImportedContactCount
Synopsis
Documentation
data GetImportedContactCount Source #
Returns the total number of imported contacts. Returns Count
Constructors
| GetImportedContactCount |
Instances
| ToJSON GetImportedContactCount Source # | |
Defined in TD.Query.GetImportedContactCount Methods toJSON :: GetImportedContactCount -> Value # toEncoding :: GetImportedContactCount -> Encoding # toJSONList :: [GetImportedContactCount] -> Value # | |
| Show GetImportedContactCount Source # | |
Defined in TD.Query.GetImportedContactCount Methods showsPrec :: Int -> GetImportedContactCount -> ShowS # show :: GetImportedContactCount -> String # showList :: [GetImportedContactCount] -> ShowS # | |
| Eq GetImportedContactCount Source # | |
Defined in TD.Query.GetImportedContactCount Methods (==) :: GetImportedContactCount -> GetImportedContactCount -> Bool # (/=) :: GetImportedContactCount -> GetImportedContactCount -> Bool # | |
| ShortShow GetImportedContactCount Source # | |
Defined in TD.Query.GetImportedContactCount Methods | |