pub enum RemoteMetadata {
RemoteFile(RemoteFileMetadata),
RemoteDir,
RemoteSymlink,
}Variants§
Trait Implementations§
Source§impl Debug for RemoteMetadata
impl Debug for RemoteMetadata
Source§impl Ord for RemoteMetadata
impl Ord for RemoteMetadata
Source§fn cmp(&self, other: &RemoteMetadata) -> Ordering
fn cmp(&self, other: &RemoteMetadata) -> 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 RemoteMetadata
impl PartialEq for RemoteMetadata
Source§impl PartialOrd for RemoteMetadata
impl PartialOrd for RemoteMetadata
impl Eq for RemoteMetadata
impl StructuralPartialEq for RemoteMetadata
Auto Trait Implementations§
impl Freeze for RemoteMetadata
impl RefUnwindSafe for RemoteMetadata
impl Send for RemoteMetadata
impl Sync for RemoteMetadata
impl Unpin for RemoteMetadata
impl UnwindSafe for RemoteMetadata
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