#[repr(C)]pub struct _WebKitNotificationPrivate { /* private fields */ }
Auto Trait Implementations
impl RefUnwindSafe for _WebKitNotificationPrivate
impl !Send for _WebKitNotificationPrivate
impl !Sync for _WebKitNotificationPrivate
impl !Unpin for _WebKitNotificationPrivate
impl UnwindSafe for _WebKitNotificationPrivate
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more