Struct soup3_sys::_SoupSessionFeatureInterface
source · [−]#[repr(C)]pub struct _SoupSessionFeatureInterface { /* private fields */ }
Auto Trait Implementations
impl RefUnwindSafe for _SoupSessionFeatureInterface
impl !Send for _SoupSessionFeatureInterface
impl !Sync for _SoupSessionFeatureInterface
impl !Unpin for _SoupSessionFeatureInterface
impl UnwindSafe for _SoupSessionFeatureInterface
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more