Struct endbasic_std::storage::Metadata
source · [−]pub struct Metadata {
pub date: OffsetDateTime,
pub length: u64,
}Expand description
Metadata of an entry in a storage medium.
Fields
date: OffsetDateTimeLast modification time of the entry.
length: u64Total size of the entry.
Trait Implementations
impl Eq for Metadata
impl StructuralEq for Metadata
impl StructuralPartialEq for Metadata
Auto Trait Implementations
impl RefUnwindSafe for Metadata
impl Send for Metadata
impl Sync for Metadata
impl Unpin for Metadata
impl UnwindSafe for Metadata
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more