pub struct RemoveDirAll {
pub location: Location,
pub path: PathBuf,
}Fields§
§location: Location§path: PathBufTrait Implementations§
Source§impl Clone for RemoveDirAll
impl Clone for RemoveDirAll
Source§fn clone(&self) -> RemoveDirAll
fn clone(&self) -> RemoveDirAll
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RemoveDirAll
impl Debug for RemoveDirAll
Source§impl From<RemoveDirAll> for Request
Available on crate feature filesystem-client only.
impl From<RemoveDirAll> for Request
Available on crate feature
filesystem-client only.Source§fn from(request: RemoveDirAll) -> Self
fn from(request: RemoveDirAll) -> Self
Converts to this type from the input type.
Source§impl PartialEq for RemoveDirAll
impl PartialEq for RemoveDirAll
Source§fn eq(&self, other: &RemoveDirAll) -> bool
fn eq(&self, other: &RemoveDirAll) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl RequestVariant for RemoveDirAll
Available on crate feature filesystem-client only.
impl RequestVariant for RemoveDirAll
Available on crate feature
filesystem-client only.type Reply = RemoveDirAll
Source§impl TryFrom<Request> for RemoveDirAll
Available on crate feature filesystem-client only.
impl TryFrom<Request> for RemoveDirAll
Available on crate feature
filesystem-client only.impl Eq for RemoveDirAll
impl StructuralPartialEq for RemoveDirAll
Auto Trait Implementations§
impl Freeze for RemoveDirAll
impl RefUnwindSafe for RemoveDirAll
impl Send for RemoveDirAll
impl Sync for RemoveDirAll
impl Unpin for RemoveDirAll
impl UnsafeUnpin for RemoveDirAll
impl UnwindSafe for RemoveDirAll
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