pub struct RemoteFileMetadata {
pub mode: usize,
pub size: usize,
}Fields§
§mode: usize§size: usizeTrait 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 for RemoteFileMetadata
impl PartialEq for RemoteFileMetadata
Source§impl PartialOrd for RemoteFileMetadata
impl PartialOrd for RemoteFileMetadata
impl Eq for RemoteFileMetadata
impl StructuralPartialEq for RemoteFileMetadata
Auto Trait Implementations§
impl Freeze for RemoteFileMetadata
impl RefUnwindSafe for RemoteFileMetadata
impl Send for RemoteFileMetadata
impl Sync for RemoteFileMetadata
impl Unpin for RemoteFileMetadata
impl UnwindSafe for RemoteFileMetadata
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