pub struct SaveAutoDownloadSettings {
pub low: bool,
pub high: bool,
pub settings: AutoDownloadSettings,
}Expand description
account.saveAutoDownloadSettings
Generated from:
account.saveAutoDownloadSettings#76f36233 flags:# low:flags.0?true high:flags.1?true settings:AutoDownloadSettings = BoolFields§
§low: bool§high: bool§settings: AutoDownloadSettingsTrait Implementations§
Source§impl Clone for SaveAutoDownloadSettings
impl Clone for SaveAutoDownloadSettings
Source§fn clone(&self) -> SaveAutoDownloadSettings
fn clone(&self) -> SaveAutoDownloadSettings
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 SaveAutoDownloadSettings
impl Debug for SaveAutoDownloadSettings
Source§impl Identifiable for SaveAutoDownloadSettings
impl Identifiable for SaveAutoDownloadSettings
Source§const CONSTRUCTOR_ID: u32 = 0x76f36233
const CONSTRUCTOR_ID: u32 = 0x76f36233
The constructor ID as specified in the TL schema.
Source§impl PartialEq for SaveAutoDownloadSettings
impl PartialEq for SaveAutoDownloadSettings
impl StructuralPartialEq for SaveAutoDownloadSettings
Auto Trait Implementations§
impl Freeze for SaveAutoDownloadSettings
impl RefUnwindSafe for SaveAutoDownloadSettings
impl Send for SaveAutoDownloadSettings
impl Sync for SaveAutoDownloadSettings
impl Unpin for SaveAutoDownloadSettings
impl UnsafeUnpin for SaveAutoDownloadSettings
impl UnwindSafe for SaveAutoDownloadSettings
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