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