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