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