Struct soup3_sys::SoupAuthManager
source · [−]#[repr(C)]pub struct SoupAuthManager { /* private fields */ }
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SoupAuthManager
impl !Send for SoupAuthManager
impl !Sync for SoupAuthManager
impl !Unpin for SoupAuthManager
impl UnwindSafe for SoupAuthManager
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