pub struct ReadDirFirst {
pub location: Location,
pub dir: PathBuf,
pub not_before: NotBefore,
}Fields§
§location: Location§dir: PathBuf§not_before: NotBeforeTrait 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 Request
Available on crate feature filesystem-client only.
impl From<ReadDirFirst> for Request
Available on crate feature
filesystem-client only.Source§fn from(request: ReadDirFirst) -> Self
fn from(request: ReadDirFirst) -> Self
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 RequestVariant for ReadDirFirst
Available on crate feature filesystem-client only.
impl RequestVariant for ReadDirFirst
Available on crate feature
filesystem-client only.type Reply = ReadDirFirst
Source§impl TryFrom<Request> for ReadDirFirst
Available on crate feature filesystem-client only.
impl TryFrom<Request> 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