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