pub struct AuthSuccess {
pub access_token: String,
pub refresh_token: String,
pub user_id: String,
pub username: String,
}Fields§
§access_token: String§refresh_token: String§user_id: String§username: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for AuthSuccess
impl RefUnwindSafe for AuthSuccess
impl Send for AuthSuccess
impl Sync for AuthSuccess
impl Unpin for AuthSuccess
impl UnsafeUnpin for AuthSuccess
impl UnwindSafe for AuthSuccess
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