pub enum AutosaveSettingsException {
AutosaveSettingsException(AutosaveSettingsException),
}Variants§
AutosaveSettingsException(AutosaveSettingsException)
Contains autosave settings for a chat, which overrides default settings for the corresponding scope
Trait Implementations§
Source§impl Clone for AutosaveSettingsException
impl Clone for AutosaveSettingsException
Source§fn clone(&self) -> AutosaveSettingsException
fn clone(&self) -> AutosaveSettingsException
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AutosaveSettingsException
impl Debug for AutosaveSettingsException
Source§impl<'de> Deserialize<'de> for AutosaveSettingsException
impl<'de> Deserialize<'de> for AutosaveSettingsException
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AutosaveSettingsException
impl PartialEq for AutosaveSettingsException
Source§fn eq(&self, other: &AutosaveSettingsException) -> bool
fn eq(&self, other: &AutosaveSettingsException) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AutosaveSettingsException
Auto Trait Implementations§
impl Freeze for AutosaveSettingsException
impl RefUnwindSafe for AutosaveSettingsException
impl Send for AutosaveSettingsException
impl Sync for AutosaveSettingsException
impl Unpin for AutosaveSettingsException
impl UnsafeUnpin for AutosaveSettingsException
impl UnwindSafe for AutosaveSettingsException
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more