Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data AutoDownloadSettings Source #
AutoDownloadSettings | Contains auto-download settings |
|
Instances
FromJSON AutoDownloadSettings Source # | |
Defined in TD.Data.AutoDownloadSettings parseJSON :: Value -> Parser AutoDownloadSettings # parseJSONList :: Value -> Parser [AutoDownloadSettings] # | |
ToJSON AutoDownloadSettings Source # | |
Defined in TD.Data.AutoDownloadSettings toJSON :: AutoDownloadSettings -> Value # toEncoding :: AutoDownloadSettings -> Encoding # toJSONList :: [AutoDownloadSettings] -> Value # toEncodingList :: [AutoDownloadSettings] -> Encoding # | |
Show AutoDownloadSettings Source # | |
Defined in TD.Data.AutoDownloadSettings showsPrec :: Int -> AutoDownloadSettings -> ShowS # show :: AutoDownloadSettings -> String # showList :: [AutoDownloadSettings] -> ShowS # | |
Eq AutoDownloadSettings Source # | |
Defined in TD.Data.AutoDownloadSettings (==) :: AutoDownloadSettings -> AutoDownloadSettings -> Bool # (/=) :: AutoDownloadSettings -> AutoDownloadSettings -> Bool # | |
ShortShow AutoDownloadSettings Source # | |
Defined in TD.Data.AutoDownloadSettings |