pub struct UserAuth {
pub auth: String,
pub user_data: String,
}Expand description
User authentication data
Fields§
§auth: String§user_data: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for UserAuth
impl RefUnwindSafe for UserAuth
impl Send for UserAuth
impl Sync for UserAuth
impl Unpin for UserAuth
impl UnsafeUnpin for UserAuth
impl UnwindSafe for UserAuth
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