Struct xvc_walker::PathMetadata
source · Expand description
Combine a path and its metadata in a single struct
Fields§
§path: PathBufpath
metadata: Metadatametadata
Trait Implementations§
source§impl Clone for PathMetadata
impl Clone for PathMetadata
source§fn clone(&self) -> PathMetadata
fn clone(&self) -> PathMetadata
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more