pub struct DeletePasskey {
pub id: String,
}Expand description
Fields§
§id: StringTrait Implementations§
Source§impl Clone for DeletePasskey
impl Clone for DeletePasskey
Source§fn clone(&self) -> DeletePasskey
fn clone(&self) -> DeletePasskey
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 DeletePasskey
impl Debug for DeletePasskey
Source§impl Identifiable for DeletePasskey
impl Identifiable for DeletePasskey
Source§const CONSTRUCTOR_ID: u32 = 0xf5b5563f
const CONSTRUCTOR_ID: u32 = 0xf5b5563f
The constructor ID as specified in the TL schema.
Source§impl PartialEq for DeletePasskey
impl PartialEq for DeletePasskey
Source§impl RemoteCall for DeletePasskey
impl RemoteCall for DeletePasskey
Source§impl Serializable for DeletePasskey
impl Serializable for DeletePasskey
impl StructuralPartialEq for DeletePasskey
Auto Trait Implementations§
impl Freeze for DeletePasskey
impl RefUnwindSafe for DeletePasskey
impl Send for DeletePasskey
impl Sync for DeletePasskey
impl Unpin for DeletePasskey
impl UnsafeUnpin for DeletePasskey
impl UnwindSafe for DeletePasskey
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