pub struct AuthLogin {
pub tn_id: TnId,
pub id_tag: Box<str>,
pub roles: Option<Box<[Box<str>]>>,
pub token: Box<str>,
}Fields§
§tn_id: TnId§id_tag: Box<str>§roles: Option<Box<[Box<str>]>>§token: Box<str>Trait Implementations§
Auto Trait Implementations§
impl Freeze for AuthLogin
impl RefUnwindSafe for AuthLogin
impl Send for AuthLogin
impl Sync for AuthLogin
impl Unpin for AuthLogin
impl UnsafeUnpin for AuthLogin
impl UnwindSafe for AuthLogin
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