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