pub struct ClearResult {
pub lock_file: String,
pub removed: bool,
}Fields§
§lock_file: String§removed: boolTrait Implementations§
Source§impl Debug for ClearResult
impl Debug for ClearResult
Auto Trait Implementations§
impl Freeze for ClearResult
impl RefUnwindSafe for ClearResult
impl Send for ClearResult
impl Sync for ClearResult
impl Unpin for ClearResult
impl UnsafeUnpin for ClearResult
impl UnwindSafe for ClearResult
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