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