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