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