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: OffsetDateTimeLast modification time of the entry.
length: u64Total 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.
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more