Struct forensic_adb::RemoteFileMetadata
source · pub struct RemoteFileMetadata { /* private fields */ }Trait Implementations§
source§impl Debug for RemoteFileMetadata
impl Debug for RemoteFileMetadata
source§impl Ord for RemoteFileMetadata
impl Ord for RemoteFileMetadata
source§fn cmp(&self, other: &RemoteFileMetadata) -> Ordering
fn cmp(&self, other: &RemoteFileMetadata) -> 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<RemoteFileMetadata> for RemoteFileMetadata
impl PartialEq<RemoteFileMetadata> for RemoteFileMetadata
source§fn eq(&self, other: &RemoteFileMetadata) -> bool
fn eq(&self, other: &RemoteFileMetadata) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<RemoteFileMetadata> for RemoteFileMetadata
impl PartialOrd<RemoteFileMetadata> for RemoteFileMetadata
source§fn partial_cmp(&self, other: &RemoteFileMetadata) -> Option<Ordering>
fn partial_cmp(&self, other: &RemoteFileMetadata) -> 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