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