pub struct AutoSaveException {
pub peer: Peer,
pub settings: AutoSaveSettings,
}Expand description
Generated from the following TL definition:
autoSaveException#81602d47 peer:Peer settings:AutoSaveSettings = AutoSaveExceptionFields§
§peer: Peer§settings: AutoSaveSettingsTrait Implementations§
Source§impl Clone for AutoSaveException
impl Clone for AutoSaveException
Source§fn clone(&self) -> AutoSaveException
fn clone(&self) -> AutoSaveException
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 AutoSaveException
impl Debug for AutoSaveException
Source§impl Deserializable for AutoSaveException
impl Deserializable for AutoSaveException
Source§impl From<AutoSaveException> for AutoSaveException
impl From<AutoSaveException> for AutoSaveException
Source§fn from(x: AutoSaveException) -> Self
fn from(x: AutoSaveException) -> Self
Converts to this type from the input type.
Source§impl From<AutoSaveException> for AutoSaveException
impl From<AutoSaveException> for AutoSaveException
Source§fn from(x: AutoSaveException) -> Self
fn from(x: AutoSaveException) -> Self
Converts to this type from the input type.
Source§impl Identifiable for AutoSaveException
impl Identifiable for AutoSaveException
Source§const CONSTRUCTOR_ID: u32 = 2170563911
const CONSTRUCTOR_ID: u32 = 2170563911
The unique identifier for the type.
Source§impl PartialEq for AutoSaveException
impl PartialEq for AutoSaveException
Source§impl Serializable for AutoSaveException
impl Serializable for AutoSaveException
impl StructuralPartialEq for AutoSaveException
Auto Trait Implementations§
impl Freeze for AutoSaveException
impl RefUnwindSafe for AutoSaveException
impl Send for AutoSaveException
impl Sync for AutoSaveException
impl Unpin for AutoSaveException
impl UnsafeUnpin for AutoSaveException
impl UnwindSafe for AutoSaveException
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