Struct browser_window::browser::AuthCredentialsEvent
source · pub struct AuthCredentialsEvent { /* private fields */ }
Auto Trait Implementations§
impl Freeze for AuthCredentialsEvent
impl RefUnwindSafe for AuthCredentialsEvent
impl !Send for AuthCredentialsEvent
impl !Sync for AuthCredentialsEvent
impl Unpin 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