pub struct ReadDirNext {}
Available on crate feature
filesystem-client
only.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 Request
impl From<ReadDirNext> for Request
Source§fn from(request: ReadDirNext) -> Self
fn from(request: ReadDirNext) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ReadDirNext
impl PartialEq for ReadDirNext
Source§impl RequestVariant for ReadDirNext
impl RequestVariant for ReadDirNext
type Reply = ReadDirNext
Source§impl TryFrom<Request> for ReadDirNext
impl TryFrom<Request> 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