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