pub struct StatPathOptions {
pub include_attributes: AttributeInclusion,
pub snapshot_id: Option<SnapshotId>,
}Expand description
Options for stating one path.
Fields§
§include_attributes: AttributeInclusionWhether to include the inode’s attribute map and revision, enabled by default.
snapshot_id: Option<SnapshotId>Read the entry from this snapshot.
Trait Implementations§
Source§impl Clone for StatPathOptions
impl Clone for StatPathOptions
Source§impl Debug for StatPathOptions
impl Debug for StatPathOptions
Source§impl Default for StatPathOptions
impl Default for StatPathOptions
impl Eq for StatPathOptions
Source§impl PartialEq for StatPathOptions
impl PartialEq for StatPathOptions
impl StructuralPartialEq for StatPathOptions
Auto Trait Implementations§
impl Freeze for StatPathOptions
impl RefUnwindSafe for StatPathOptions
impl Send for StatPathOptions
impl Sync for StatPathOptions
impl Unpin for StatPathOptions
impl UnsafeUnpin for StatPathOptions
impl UnwindSafe for StatPathOptions
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