pub enum PropertyObjectType {
Inode,
Subvol,
Filesystem,
Device,
}Expand description
Object type for property operations
Variants§
Trait Implementations§
Source§impl Clone for PropertyObjectType
impl Clone for PropertyObjectType
Source§fn clone(&self) -> PropertyObjectType
fn clone(&self) -> PropertyObjectType
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 moreSource§impl Debug for PropertyObjectType
impl Debug for PropertyObjectType
Source§impl PartialEq for PropertyObjectType
impl PartialEq for PropertyObjectType
Source§impl ValueEnum for PropertyObjectType
impl ValueEnum for PropertyObjectType
impl Copy for PropertyObjectType
impl Eq for PropertyObjectType
impl StructuralPartialEq for PropertyObjectType
Auto Trait Implementations§
impl Freeze for PropertyObjectType
impl RefUnwindSafe for PropertyObjectType
impl Send for PropertyObjectType
impl Sync for PropertyObjectType
impl Unpin for PropertyObjectType
impl UnsafeUnpin for PropertyObjectType
impl UnwindSafe for PropertyObjectType
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