pub struct IssuedSession<S: AuthSchema> {
pub user: S::User,
pub session: S::Session,
}Expand description
Result of issuing a real session for a user.
Fields§
§user: S::User§session: S::SessionAuto Trait Implementations§
impl<S> Freeze for IssuedSession<S>
impl<S> RefUnwindSafe for IssuedSession<S>
impl<S> Send for IssuedSession<S>
impl<S> Sync for IssuedSession<S>
impl<S> Unpin for IssuedSession<S>
impl<S> UnsafeUnpin for IssuedSession<S>
impl<S> UnwindSafe for IssuedSession<S>
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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