#[repr(C)]pub struct AuthenticatorArgsUser { /* private fields */ }Auto Trait Implementations§
impl Freeze for AuthenticatorArgsUser
impl RefUnwindSafe for AuthenticatorArgsUser
impl !Send for AuthenticatorArgsUser
impl !Sync for AuthenticatorArgsUser
impl Unpin for AuthenticatorArgsUser
impl UnwindSafe for AuthenticatorArgsUser
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