pub struct V3LoginResponse {
pub user: User,
}Expand description
V3 login response
Fields§
§user: UserTrait Implementations§
Source§impl Clone for V3LoginResponse
impl Clone for V3LoginResponse
Source§fn clone(&self) -> V3LoginResponse
fn clone(&self) -> V3LoginResponse
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 V3LoginResponse
impl RefUnwindSafe for V3LoginResponse
impl Send for V3LoginResponse
impl Sync for V3LoginResponse
impl Unpin for V3LoginResponse
impl UnwindSafe for V3LoginResponse
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