pub struct LoginManager { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Default for LoginManager
impl Default for LoginManager
Source§fn default() -> LoginManager
fn default() -> LoginManager
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for LoginManager
impl !RefUnwindSafe for LoginManager
impl !UnwindSafe for LoginManager
impl Send for LoginManager
impl Sync for LoginManager
impl Unpin for LoginManager
impl UnsafeUnpin for LoginManager
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