pub struct SaveAutoSaveSettings {
pub users: bool,
pub chats: bool,
pub broadcasts: bool,
pub peer: Option<InputPeer>,
pub settings: AutoSaveSettings,
}Expand description
Generated from:
account.saveAutoSaveSettings#d69b8361 flags:# users:flags.0?true chats:flags.1?true broadcasts:flags.2?true peer:flags.3?InputPeer settings:AutoSaveSettings = BoolFields§
§users: bool§chats: bool§broadcasts: bool§peer: Option<InputPeer>§settings: AutoSaveSettingsTrait Implementations§
Source§impl Clone for SaveAutoSaveSettings
impl Clone for SaveAutoSaveSettings
Source§fn clone(&self) -> SaveAutoSaveSettings
fn clone(&self) -> SaveAutoSaveSettings
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 SaveAutoSaveSettings
impl Debug for SaveAutoSaveSettings
Source§impl Identifiable for SaveAutoSaveSettings
impl Identifiable for SaveAutoSaveSettings
Source§const CONSTRUCTOR_ID: u32 = 0xd69b8361
const CONSTRUCTOR_ID: u32 = 0xd69b8361
The constructor ID as specified in the TL schema.
Source§impl PartialEq for SaveAutoSaveSettings
impl PartialEq for SaveAutoSaveSettings
Source§impl RemoteCall for SaveAutoSaveSettings
impl RemoteCall for SaveAutoSaveSettings
Source§impl Serializable for SaveAutoSaveSettings
impl Serializable for SaveAutoSaveSettings
impl StructuralPartialEq for SaveAutoSaveSettings
Auto Trait Implementations§
impl Freeze for SaveAutoSaveSettings
impl RefUnwindSafe for SaveAutoSaveSettings
impl Send for SaveAutoSaveSettings
impl Sync for SaveAutoSaveSettings
impl Unpin for SaveAutoSaveSettings
impl UnsafeUnpin for SaveAutoSaveSettings
impl UnwindSafe for SaveAutoSaveSettings
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