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