pub struct UpdatePasskey {
pub name: Option<String>,
}Expand description
Input for updating a passkey
Fields§
§name: Option<String>Trait Implementations§
Source§impl Clone for UpdatePasskey
impl Clone for UpdatePasskey
Source§fn clone(&self) -> UpdatePasskey
fn clone(&self) -> UpdatePasskey
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 moreAuto Trait Implementations§
impl Freeze for UpdatePasskey
impl RefUnwindSafe for UpdatePasskey
impl Send for UpdatePasskey
impl Sync for UpdatePasskey
impl Unpin for UpdatePasskey
impl UnsafeUnpin for UpdatePasskey
impl UnwindSafe for UpdatePasskey
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