pub struct DeleteAccount {
pub reason: String,
pub password: Option<InputCheckPasswordSrp>,
}Expand description
Generated from:
account.deleteAccount#a2c0cf74 flags:# reason:string password:flags.0?InputCheckPasswordSRP = BoolFields§
§reason: String§password: Option<InputCheckPasswordSrp>Trait Implementations§
Source§impl Clone for DeleteAccount
impl Clone for DeleteAccount
Source§fn clone(&self) -> DeleteAccount
fn clone(&self) -> DeleteAccount
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 DeleteAccount
impl Debug for DeleteAccount
Source§impl Identifiable for DeleteAccount
impl Identifiable for DeleteAccount
Source§const CONSTRUCTOR_ID: u32 = 0xa2c0cf74
const CONSTRUCTOR_ID: u32 = 0xa2c0cf74
The constructor ID as specified in the TL schema.
Source§impl PartialEq for DeleteAccount
impl PartialEq for DeleteAccount
Source§impl RemoteCall for DeleteAccount
impl RemoteCall for DeleteAccount
Source§impl Serializable for DeleteAccount
impl Serializable for DeleteAccount
impl StructuralPartialEq for DeleteAccount
Auto Trait Implementations§
impl Freeze for DeleteAccount
impl RefUnwindSafe for DeleteAccount
impl Send for DeleteAccount
impl Sync for DeleteAccount
impl Unpin for DeleteAccount
impl UnsafeUnpin for DeleteAccount
impl UnwindSafe for DeleteAccount
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