Struct endbasic_std::storage::Metadata [−][src]
pub struct Metadata { pub date: OffsetDateTime, pub length: u64, }
Expand description
Metadata of an entry in a storage medium.
Fields
date: OffsetDateTime
Last modification time of the entry.
length: u64
Total size of the entry.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Metadata
impl UnwindSafe for Metadata
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
pub fn vzip(self) -> V