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