pub struct RemoveDirAll {
pub count: usize,
}Fields§
§count: usizeTrait 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 Reply
Available on crate feature filesystem-client only.
impl From<RemoveDirAll> for Reply
Available on crate feature
filesystem-client only.Source§fn from(reply: RemoveDirAll) -> Reply
fn from(reply: RemoveDirAll) -> Reply
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 ReplyVariant for RemoveDirAll
Available on crate feature filesystem-client only.
impl ReplyVariant for RemoveDirAll
Available on crate feature
filesystem-client only.type Request = RemoveDirAll
Source§impl TryFrom<Reply> for RemoveDirAll
Available on crate feature filesystem-client only.
impl TryFrom<Reply> 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