pub struct Prune {
pub dir: PathBuf,
/* private fields */
}Fields§
§dir: PathBufImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Prune
impl RefUnwindSafe for Prune
impl Send for Prune
impl Sync for Prune
impl Unpin for Prune
impl UnwindSafe for Prune
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