pub struct authId;Trait Implementations§
Source§impl HasArgument<authId> for passkeyLoginStart
impl HasArgument<authId> for passkeyLoginStart
Auto Trait Implementations§
impl Freeze for authId
impl RefUnwindSafe for authId
impl Send for authId
impl Sync for authId
impl Unpin for authId
impl UnwindSafe for authId
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