pub struct ReadDirNext {}Trait Implementations§
Source§impl Clone for ReadDirNext
impl Clone for ReadDirNext
Source§fn clone(&self) -> ReadDirNext
fn clone(&self) -> ReadDirNext
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 ReadDirNext
impl Debug for ReadDirNext
Source§impl From<ReadDirNext> for Request
Available on crate feature filesystem-client only.
impl From<ReadDirNext> for Request
Available on crate feature
filesystem-client only.Source§fn from(request: ReadDirNext) -> Self
fn from(request: ReadDirNext) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ReadDirNext
impl PartialEq for ReadDirNext
Source§fn eq(&self, other: &ReadDirNext) -> bool
fn eq(&self, other: &ReadDirNext) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl RequestVariant for ReadDirNext
Available on crate feature filesystem-client only.
impl RequestVariant for ReadDirNext
Available on crate feature
filesystem-client only.type Reply = ReadDirNext
Source§impl TryFrom<Request> for ReadDirNext
Available on crate feature filesystem-client only.
impl TryFrom<Request> for ReadDirNext
Available on crate feature
filesystem-client only.impl Eq for ReadDirNext
impl StructuralPartialEq for ReadDirNext
Auto Trait Implementations§
impl Freeze for ReadDirNext
impl RefUnwindSafe for ReadDirNext
impl Send for ReadDirNext
impl Sync for ReadDirNext
impl Unpin for ReadDirNext
impl UnsafeUnpin for ReadDirNext
impl UnwindSafe for ReadDirNext
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