pub struct AuthRemoveResult {
pub target_file: String,
pub removed: bool,
}Fields§
§target_file: String§removed: boolTrait Implementations§
Source§impl Clone for AuthRemoveResult
impl Clone for AuthRemoveResult
Source§fn clone(&self) -> AuthRemoveResult
fn clone(&self) -> AuthRemoveResult
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 AuthRemoveResult
impl Debug for AuthRemoveResult
Auto Trait Implementations§
impl Freeze for AuthRemoveResult
impl RefUnwindSafe for AuthRemoveResult
impl Send for AuthRemoveResult
impl Sync for AuthRemoveResult
impl Unpin for AuthRemoveResult
impl UnsafeUnpin for AuthRemoveResult
impl UnwindSafe for AuthRemoveResult
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