pub struct AuthSaveResult {
pub auth_file: String,
pub target_file: String,
pub saved: bool,
pub overwritten: bool,
}Fields§
§auth_file: String§target_file: String§saved: bool§overwritten: boolTrait Implementations§
Source§impl Clone for AuthSaveResult
impl Clone for AuthSaveResult
Source§fn clone(&self) -> AuthSaveResult
fn clone(&self) -> AuthSaveResult
Returns a duplicate of the value. Read more
1.0.0 · 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 AuthSaveResult
impl Debug for AuthSaveResult
Auto Trait Implementations§
impl Freeze for AuthSaveResult
impl RefUnwindSafe for AuthSaveResult
impl Send for AuthSaveResult
impl Sync for AuthSaveResult
impl Unpin for AuthSaveResult
impl UnsafeUnpin for AuthSaveResult
impl UnwindSafe for AuthSaveResult
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