pub enum AttributeInclusion {
Include,
Omit,
}Expand description
Whether a path or inode read includes the attribute projection.
Variants§
Include
Include the inode’s attribute map and revision.
Omit
Omit the inode’s attribute map and revision.
Trait Implementations§
Source§impl Clone for AttributeInclusion
impl Clone for AttributeInclusion
impl Copy for AttributeInclusion
Source§impl Debug for AttributeInclusion
impl Debug for AttributeInclusion
Source§impl Default for AttributeInclusion
impl Default for AttributeInclusion
Source§impl Display for AttributeInclusion
impl Display for AttributeInclusion
impl Eq for AttributeInclusion
Source§impl PartialEq for AttributeInclusion
impl PartialEq for AttributeInclusion
impl StructuralPartialEq for AttributeInclusion
Auto Trait Implementations§
impl Freeze for AttributeInclusion
impl RefUnwindSafe for AttributeInclusion
impl Send for AttributeInclusion
impl Sync for AttributeInclusion
impl Unpin for AttributeInclusion
impl UnsafeUnpin for AttributeInclusion
impl UnwindSafe for AttributeInclusion
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