pub struct AuthSaveResponse {
pub name: String,
}Fields§
§name: StringTrait Implementations§
Source§impl Clone for AuthSaveResponse
impl Clone for AuthSaveResponse
Source§fn clone(&self) -> AuthSaveResponse
fn clone(&self) -> AuthSaveResponse
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 AuthSaveResponse
impl Debug for AuthSaveResponse
Source§impl PartialEq for AuthSaveResponse
impl PartialEq for AuthSaveResponse
Source§fn eq(&self, other: &AuthSaveResponse) -> bool
fn eq(&self, other: &AuthSaveResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for AuthSaveResponse
impl StructuralPartialEq for AuthSaveResponse
Auto Trait Implementations§
impl Freeze for AuthSaveResponse
impl RefUnwindSafe for AuthSaveResponse
impl Send for AuthSaveResponse
impl Sync for AuthSaveResponse
impl Unpin for AuthSaveResponse
impl UnsafeUnpin for AuthSaveResponse
impl UnwindSafe for AuthSaveResponse
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