Struct atuin_server::models::NewSession [−][src]
Fields
user_id: i64
token: Cow<'a, str>
Auto Trait Implementations
impl<'a> RefUnwindSafe for NewSession<'a>
impl<'a> Send for NewSession<'a>
impl<'a> Sync for NewSession<'a>
impl<'a> Unpin for NewSession<'a>
impl<'a> UnwindSafe for NewSession<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more