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