pub struct WebKitFeature { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl !Send for WebKitFeature
impl !Sync for WebKitFeature
impl !Unpin for WebKitFeature
impl Freeze for WebKitFeature
impl RefUnwindSafe for WebKitFeature
impl UnsafeUnpin for WebKitFeature
impl UnwindSafe for WebKitFeature
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