Enum forensic_adb::RemoteMetadata
source · 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<RemoteMetadata> for RemoteMetadata
impl PartialEq<RemoteMetadata> for RemoteMetadata
source§fn eq(&self, other: &RemoteMetadata) -> bool
fn eq(&self, other: &RemoteMetadata) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<RemoteMetadata> for RemoteMetadata
impl PartialOrd<RemoteMetadata> for RemoteMetadata
source§fn partial_cmp(&self, other: &RemoteMetadata) -> Option<Ordering>
fn partial_cmp(&self, other: &RemoteMetadata) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more