#[repr(C)]pub struct SoupAuthManager {
pub parent: GObject,
pub priv_: *mut SoupAuthManagerPrivate,
}
Fields§
§parent: GObject
§priv_: *mut SoupAuthManagerPrivate
Trait Implementations§
Source§impl Clone for SoupAuthManager
impl Clone for SoupAuthManager
Source§fn clone(&self) -> SoupAuthManager
fn clone(&self) -> SoupAuthManager
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SoupAuthManager
impl Debug for SoupAuthManager
impl Copy for SoupAuthManager
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