pub struct GetAutoSaveSettings {}Expand description
Generated from:
account.getAutoSaveSettings#adcbbcda = account.AutoSaveSettingsTrait Implementations§
Source§impl Clone for GetAutoSaveSettings
impl Clone for GetAutoSaveSettings
Source§fn clone(&self) -> GetAutoSaveSettings
fn clone(&self) -> GetAutoSaveSettings
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 GetAutoSaveSettings
impl Debug for GetAutoSaveSettings
Source§impl Identifiable for GetAutoSaveSettings
impl Identifiable for GetAutoSaveSettings
Source§const CONSTRUCTOR_ID: u32 = 0xadcbbcda
const CONSTRUCTOR_ID: u32 = 0xadcbbcda
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetAutoSaveSettings
impl PartialEq for GetAutoSaveSettings
Source§impl RemoteCall for GetAutoSaveSettings
impl RemoteCall for GetAutoSaveSettings
Source§type Return = AutoSaveSettings
type Return = AutoSaveSettings
The deserialized response type.
Source§impl Serializable for GetAutoSaveSettings
impl Serializable for GetAutoSaveSettings
impl StructuralPartialEq for GetAutoSaveSettings
Auto Trait Implementations§
impl Freeze for GetAutoSaveSettings
impl RefUnwindSafe for GetAutoSaveSettings
impl Send for GetAutoSaveSettings
impl Sync for GetAutoSaveSettings
impl Unpin for GetAutoSaveSettings
impl UnsafeUnpin for GetAutoSaveSettings
impl UnwindSafe for GetAutoSaveSettings
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