| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.DownloadedFileCounts
Documentation
data DownloadedFileCounts Source #
Constructors
| DownloadedFileCounts | Contains number of being downloaded and recently downloaded files found |
Fields
| |
Instances
| FromJSON DownloadedFileCounts Source # | |
Defined in TD.Data.DownloadedFileCounts Methods parseJSON :: Value -> Parser DownloadedFileCounts # parseJSONList :: Value -> Parser [DownloadedFileCounts] # | |
| Show DownloadedFileCounts Source # | |
Defined in TD.Data.DownloadedFileCounts Methods showsPrec :: Int -> DownloadedFileCounts -> ShowS # show :: DownloadedFileCounts -> String # showList :: [DownloadedFileCounts] -> ShowS # | |
| Eq DownloadedFileCounts Source # | |
Defined in TD.Data.DownloadedFileCounts Methods (==) :: DownloadedFileCounts -> DownloadedFileCounts -> Bool # (/=) :: DownloadedFileCounts -> DownloadedFileCounts -> Bool # | |
| ShortShow DownloadedFileCounts Source # | |
Defined in TD.Data.DownloadedFileCounts Methods | |