pub struct RemoveDir {
pub location: Location,
pub path: PathBuf,
}
Available on crate feature
filesystem-client
only.Fields§
§location: Location
§path: PathBuf
Trait Implementations§
impl Eq for RemoveDir
impl StructuralPartialEq for RemoveDir
Auto Trait Implementations§
impl Freeze for RemoveDir
impl RefUnwindSafe for RemoveDir
impl Send for RemoveDir
impl Sync for RemoveDir
impl Unpin for RemoveDir
impl UnwindSafe for RemoveDir
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