| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.AutosaveSettingsException
Documentation
data AutosaveSettingsException Source #
Constructors
| AutosaveSettingsException | Contains autosave settings for a chat, which overrides default settings for the corresponding scope |
Instances
| FromJSON AutosaveSettingsException Source # | |
Defined in TD.Data.AutosaveSettingsException Methods parseJSON :: Value -> Parser AutosaveSettingsException # parseJSONList :: Value -> Parser [AutosaveSettingsException] # | |
| Show AutosaveSettingsException Source # | |
Defined in TD.Data.AutosaveSettingsException Methods showsPrec :: Int -> AutosaveSettingsException -> ShowS # show :: AutosaveSettingsException -> String # showList :: [AutosaveSettingsException] -> ShowS # | |
| Eq AutosaveSettingsException Source # | |
Defined in TD.Data.AutosaveSettingsException Methods (==) :: AutosaveSettingsException -> AutosaveSettingsException -> Bool # (/=) :: AutosaveSettingsException -> AutosaveSettingsException -> Bool # | |
| ShortShow AutosaveSettingsException Source # | |
Defined in TD.Data.AutosaveSettingsException Methods | |