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