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