pub enum PveWerrorEnum {
Enospc,
Ignore,
Report,
Stop,
}Expand description
Variants§
Trait Implementations§
Source§impl Clone for PveWerrorEnum
impl Clone for PveWerrorEnum
Source§fn clone(&self) -> PveWerrorEnum
fn clone(&self) -> PveWerrorEnum
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PveWerrorEnum
impl Debug for PveWerrorEnum
Source§impl Default for PveWerrorEnum
impl Default for PveWerrorEnum
Source§fn default() -> PveWerrorEnum
fn default() -> PveWerrorEnum
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PveWerrorEnum
impl<'de> Deserialize<'de> for PveWerrorEnum
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 Display for PveWerrorEnum
impl Display for PveWerrorEnum
Source§impl Hash for PveWerrorEnum
impl Hash for PveWerrorEnum
Source§impl Ord for PveWerrorEnum
impl Ord for PveWerrorEnum
Source§fn cmp(&self, other: &PveWerrorEnum) -> Ordering
fn cmp(&self, other: &PveWerrorEnum) -> Ordering
1.21.0 (const: unstable) · 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 PveWerrorEnum
impl PartialEq for PveWerrorEnum
Source§fn eq(&self, other: &PveWerrorEnum) -> bool
fn eq(&self, other: &PveWerrorEnum) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PveWerrorEnum
impl PartialOrd for PveWerrorEnum
Source§impl Serialize for PveWerrorEnum
impl Serialize for PveWerrorEnum
impl Copy for PveWerrorEnum
impl Eq for PveWerrorEnum
impl StructuralPartialEq for PveWerrorEnum
Auto Trait Implementations§
impl Freeze for PveWerrorEnum
impl RefUnwindSafe for PveWerrorEnum
impl Send for PveWerrorEnum
impl Sync for PveWerrorEnum
impl Unpin for PveWerrorEnum
impl UnsafeUnpin for PveWerrorEnum
impl UnwindSafe for PveWerrorEnum
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