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