Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data StorageStatistics Source #
StorageStatistics | Contains the exact storage usage statistics split by chats and file type |
Instances
FromJSON StorageStatistics Source # | |
Defined in TD.Data.StorageStatistics parseJSON :: Value -> Parser StorageStatistics # parseJSONList :: Value -> Parser [StorageStatistics] # | |
Show StorageStatistics Source # | |
Defined in TD.Data.StorageStatistics showsPrec :: Int -> StorageStatistics -> ShowS # show :: StorageStatistics -> String # showList :: [StorageStatistics] -> ShowS # | |
Eq StorageStatistics Source # | |
Defined in TD.Data.StorageStatistics (==) :: StorageStatistics -> StorageStatistics -> Bool # (/=) :: StorageStatistics -> StorageStatistics -> Bool # | |
ShortShow StorageStatistics Source # | |
Defined in TD.Data.StorageStatistics shortShow :: StorageStatistics -> String Source # |