Struct include_dir::Metadata [−][src]
pub struct Metadata { /* fields omitted */ }This is supported on crate feature
metadata only.Expand description
Basic metadata for a file.
Implementations
Create a new Metadata using the number of seconds since the
SystemTime::UNIX_EPOCH.
Get the time this file was last accessed.
See also: std::fs::Metadata::accessed().
Get the time this file was created.
See also: std::fs::Metadata::created().
Get the time this file was last modified.
See also: std::fs::Metadata::modified().
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Metadata
impl UnwindSafe for Metadata
Blanket Implementations
Mutably borrows from an owned value. Read more