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