pub enum BlockdevOnError {
report,
ignore,
enospc,
stop,
auto,
}
Variants§
Trait Implementations§
Source§impl Clone for BlockdevOnError
impl Clone for BlockdevOnError
Source§fn clone(&self) -> BlockdevOnError
fn clone(&self) -> BlockdevOnError
Returns a copy 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 BlockdevOnError
impl Debug for BlockdevOnError
Source§impl<'de> Deserialize<'de> for BlockdevOnError
impl<'de> Deserialize<'de> for BlockdevOnError
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Enum for BlockdevOnError
impl Enum for BlockdevOnError
Source§impl FromStr for BlockdevOnError
impl FromStr for BlockdevOnError
Source§impl Hash for BlockdevOnError
impl Hash for BlockdevOnError
Source§impl Ord for BlockdevOnError
impl Ord for BlockdevOnError
Source§fn cmp(&self, other: &BlockdevOnError) -> Ordering
fn cmp(&self, other: &BlockdevOnError) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BlockdevOnError
impl PartialEq for BlockdevOnError
Source§impl PartialOrd for BlockdevOnError
impl PartialOrd for BlockdevOnError
Source§impl Serialize for BlockdevOnError
impl Serialize for BlockdevOnError
impl Copy for BlockdevOnError
impl Eq for BlockdevOnError
impl StructuralPartialEq for BlockdevOnError
Auto Trait Implementations§
impl Freeze for BlockdevOnError
impl RefUnwindSafe for BlockdevOnError
impl Send for BlockdevOnError
impl Sync for BlockdevOnError
impl Unpin for BlockdevOnError
impl UnwindSafe for BlockdevOnError
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