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