pub struct V4LoginResponse {
pub user: User,
pub token: Token,
}Expand description
V4 login response
Fields§
§user: User§token: TokenTrait Implementations§
Source§impl Clone for V4LoginResponse
impl Clone for V4LoginResponse
Source§fn clone(&self) -> V4LoginResponse
fn clone(&self) -> V4LoginResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for V4LoginResponse
impl RefUnwindSafe for V4LoginResponse
impl Send for V4LoginResponse
impl Sync for V4LoginResponse
impl Unpin for V4LoginResponse
impl UnsafeUnpin for V4LoginResponse
impl UnwindSafe for V4LoginResponse
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