pub enum MetadataProfile {
Raid0,
Raid1,
Raid5,
Raid6,
Raid10,
Single,
Dup,
}Expand description
This is used for formatting btrfs filesystems and setting the metadata profile
Variants§
Trait Implementations§
Source§impl Clone for MetadataProfile
impl Clone for MetadataProfile
Source§fn clone(&self) -> MetadataProfile
fn clone(&self) -> MetadataProfile
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 MetadataProfile
impl Debug for MetadataProfile
Auto Trait Implementations§
impl Freeze for MetadataProfile
impl RefUnwindSafe for MetadataProfile
impl Send for MetadataProfile
impl Sync for MetadataProfile
impl Unpin for MetadataProfile
impl UnwindSafe for MetadataProfile
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