pub struct RemoveDir {
pub location: Location,
pub path: PathBuf,
}Fields§
§location: Location§path: PathBufTrait Implementations§
Source§impl RequestVariant for RemoveDir
Available on crate feature filesystem-client only.
impl RequestVariant for RemoveDir
Available on crate feature
filesystem-client only.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 UnsafeUnpin 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