pub struct AuthenticatorArgsPubCred { /* private fields */ }Auto Trait Implementations§
impl Freeze for AuthenticatorArgsPubCred
impl RefUnwindSafe for AuthenticatorArgsPubCred
impl !Send for AuthenticatorArgsPubCred
impl !Sync for AuthenticatorArgsPubCred
impl Unpin for AuthenticatorArgsPubCred
impl UnsafeUnpin for AuthenticatorArgsPubCred
impl UnwindSafe for AuthenticatorArgsPubCred
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