pub struct DropTempAuthKeys {
pub except_auth_keys: Vec<i64>,
}Expand description
Generated from:
auth.dropTempAuthKeys#8e48a188 except_auth_keys:Vector<long> = BoolFields§
§except_auth_keys: Vec<i64>Trait Implementations§
Source§impl Clone for DropTempAuthKeys
impl Clone for DropTempAuthKeys
Source§fn clone(&self) -> DropTempAuthKeys
fn clone(&self) -> DropTempAuthKeys
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 DropTempAuthKeys
impl Debug for DropTempAuthKeys
Source§impl Identifiable for DropTempAuthKeys
impl Identifiable for DropTempAuthKeys
Source§const CONSTRUCTOR_ID: u32 = 0x8e48a188
const CONSTRUCTOR_ID: u32 = 0x8e48a188
The constructor ID as specified in the TL schema.
Source§impl PartialEq for DropTempAuthKeys
impl PartialEq for DropTempAuthKeys
Source§impl RemoteCall for DropTempAuthKeys
impl RemoteCall for DropTempAuthKeys
Source§impl Serializable for DropTempAuthKeys
impl Serializable for DropTempAuthKeys
impl StructuralPartialEq for DropTempAuthKeys
Auto Trait Implementations§
impl Freeze for DropTempAuthKeys
impl RefUnwindSafe for DropTempAuthKeys
impl Send for DropTempAuthKeys
impl Sync for DropTempAuthKeys
impl Unpin for DropTempAuthKeys
impl UnsafeUnpin for DropTempAuthKeys
impl UnwindSafe for DropTempAuthKeys
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