Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data SetAutosaveSettings Source #
Sets autosave settings for the given scope. The method is guaranteed to work only after at least one call to getAutosaveSettings. Returns Ok
SetAutosaveSettings | |
|
Instances
ToJSON SetAutosaveSettings Source # | |
Defined in TD.Query.SetAutosaveSettings toJSON :: SetAutosaveSettings -> Value # toEncoding :: SetAutosaveSettings -> Encoding # toJSONList :: [SetAutosaveSettings] -> Value # toEncodingList :: [SetAutosaveSettings] -> Encoding # | |
Show SetAutosaveSettings Source # | |
Defined in TD.Query.SetAutosaveSettings showsPrec :: Int -> SetAutosaveSettings -> ShowS # show :: SetAutosaveSettings -> String # showList :: [SetAutosaveSettings] -> ShowS # | |
Eq SetAutosaveSettings Source # | |
Defined in TD.Query.SetAutosaveSettings (==) :: SetAutosaveSettings -> SetAutosaveSettings -> Bool # (/=) :: SetAutosaveSettings -> SetAutosaveSettings -> Bool # | |
ShortShow SetAutosaveSettings Source # | |
Defined in TD.Query.SetAutosaveSettings |