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