pub struct Cleaner {
pub path: PathBuf,
}Fields§
§path: PathBufTrait Implementations§
Auto Trait Implementations§
impl Freeze for Cleaner
impl RefUnwindSafe for Cleaner
impl Send for Cleaner
impl Sync for Cleaner
impl Unpin for Cleaner
impl UnwindSafe for Cleaner
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