pub struct AutosaveSettingsScopeChat {
pub chat_id: i64,
}
Expand description
Autosave settings applied to a chat
Fields§
§chat_id: i64
Chat identifier
Trait Implementations§
Source§impl Clone for AutosaveSettingsScopeChat
impl Clone for AutosaveSettingsScopeChat
Source§fn clone(&self) -> AutosaveSettingsScopeChat
fn clone(&self) -> AutosaveSettingsScopeChat
Returns a duplicate of the value. Read more
1.0.0 · 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 AutosaveSettingsScopeChat
impl Debug for AutosaveSettingsScopeChat
Source§impl Default for AutosaveSettingsScopeChat
impl Default for AutosaveSettingsScopeChat
Source§fn default() -> AutosaveSettingsScopeChat
fn default() -> AutosaveSettingsScopeChat
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AutosaveSettingsScopeChat
impl<'de> Deserialize<'de> for AutosaveSettingsScopeChat
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
impl StructuralPartialEq for AutosaveSettingsScopeChat
Auto Trait Implementations§
impl Freeze for AutosaveSettingsScopeChat
impl RefUnwindSafe for AutosaveSettingsScopeChat
impl Send for AutosaveSettingsScopeChat
impl Sync for AutosaveSettingsScopeChat
impl Unpin for AutosaveSettingsScopeChat
impl UnwindSafe for AutosaveSettingsScopeChat
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