pub struct AuthLoadResponse {
pub token: StateToken,
pub warnings: Vec<Warning>,
}Fields§
§token: StateToken§warnings: Vec<Warning>Trait Implementations§
Source§impl Clone for AuthLoadResponse
impl Clone for AuthLoadResponse
Source§fn clone(&self) -> AuthLoadResponse
fn clone(&self) -> AuthLoadResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AuthLoadResponse
impl Debug for AuthLoadResponse
Source§impl PartialEq for AuthLoadResponse
impl PartialEq for AuthLoadResponse
Source§fn eq(&self, other: &AuthLoadResponse) -> bool
fn eq(&self, other: &AuthLoadResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for AuthLoadResponse
impl StructuralPartialEq for AuthLoadResponse
Auto Trait Implementations§
impl Freeze for AuthLoadResponse
impl RefUnwindSafe for AuthLoadResponse
impl Send for AuthLoadResponse
impl Sync for AuthLoadResponse
impl Unpin for AuthLoadResponse
impl UnsafeUnpin for AuthLoadResponse
impl UnwindSafe for AuthLoadResponse
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