pub struct RemoteDirEntry {
pub depth: usize,
pub metadata: RemoteMetadata,
pub name: String,
}Fields§
§depth: usize§metadata: RemoteMetadata§name: StringTrait Implementations§
Source§impl Debug for RemoteDirEntry
impl Debug for RemoteDirEntry
Source§impl Ord for RemoteDirEntry
impl Ord for RemoteDirEntry
Source§fn cmp(&self, other: &RemoteDirEntry) -> Ordering
fn cmp(&self, other: &RemoteDirEntry) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RemoteDirEntry
impl PartialEq for RemoteDirEntry
Source§impl PartialOrd for RemoteDirEntry
impl PartialOrd for RemoteDirEntry
impl Eq for RemoteDirEntry
impl StructuralPartialEq for RemoteDirEntry
Auto Trait Implementations§
impl Freeze for RemoteDirEntry
impl RefUnwindSafe for RemoteDirEntry
impl Send for RemoteDirEntry
impl Sync for RemoteDirEntry
impl Unpin for RemoteDirEntry
impl UnwindSafe for RemoteDirEntry
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