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