pub struct UnregisterDevice {
pub token_type: i32,
pub token: String,
pub other_uids: Vec<i64>,
}Expand description
Generated from:
account.unregisterDevice#6a0d3206 token_type:int token:string other_uids:Vector<long> = BoolFields§
§token_type: i32§token: String§other_uids: Vec<i64>Trait Implementations§
Source§impl Clone for UnregisterDevice
impl Clone for UnregisterDevice
Source§fn clone(&self) -> UnregisterDevice
fn clone(&self) -> UnregisterDevice
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 UnregisterDevice
impl Debug for UnregisterDevice
Source§impl Identifiable for UnregisterDevice
impl Identifiable for UnregisterDevice
Source§const CONSTRUCTOR_ID: u32 = 0x6a0d3206
const CONSTRUCTOR_ID: u32 = 0x6a0d3206
The constructor ID as specified in the TL schema.
Source§impl PartialEq for UnregisterDevice
impl PartialEq for UnregisterDevice
Source§impl RemoteCall for UnregisterDevice
impl RemoteCall for UnregisterDevice
Source§impl Serializable for UnregisterDevice
impl Serializable for UnregisterDevice
impl StructuralPartialEq for UnregisterDevice
Auto Trait Implementations§
impl Freeze for UnregisterDevice
impl RefUnwindSafe for UnregisterDevice
impl Send for UnregisterDevice
impl Sync for UnregisterDevice
impl Unpin for UnregisterDevice
impl UnsafeUnpin for UnregisterDevice
impl UnwindSafe for UnregisterDevice
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