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