pub struct ResolvedMetadata {
pub owner: Option<String>,
pub group: Option<String>,
pub mode: Option<String>,
}Expand description
Resolved metadata for a single file.
Fields§
§owner: Option<String>§group: Option<String>§mode: Option<String>Trait Implementations§
Source§impl Clone for ResolvedMetadata
impl Clone for ResolvedMetadata
Source§fn clone(&self) -> ResolvedMetadata
fn clone(&self) -> ResolvedMetadata
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for ResolvedMetadata
impl RefUnwindSafe for ResolvedMetadata
impl Send for ResolvedMetadata
impl Sync for ResolvedMetadata
impl Unpin for ResolvedMetadata
impl UnsafeUnpin for ResolvedMetadata
impl UnwindSafe for ResolvedMetadata
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more