pub struct AdminLoginOutcome {
pub state: AdminSessionState,
pub user: AuthenticatedUser,
}Expand description
Successful browser-login result after the admin user has been verified.
Fields§
§state: AdminSessionState§user: AuthenticatedUserAuto Trait Implementations§
impl Freeze for AdminLoginOutcome
impl RefUnwindSafe for AdminLoginOutcome
impl Send for AdminLoginOutcome
impl Sync for AdminLoginOutcome
impl Unpin for AdminLoginOutcome
impl UnsafeUnpin for AdminLoginOutcome
impl UnwindSafe for AdminLoginOutcome
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