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