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