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