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