pub enum OrdinalInscriptionCurseType {
DuplicateField,
IncompleteField,
NotAtOffsetZero,
NotInFirstInput,
Pointer,
Pushnum,
Reinscription,
Stutter,
UnrecognizedEvenField,
Generic,
}Variants§
DuplicateField
IncompleteField
NotAtOffsetZero
NotInFirstInput
Pointer
Pushnum
Reinscription
Stutter
UnrecognizedEvenField
Generic
Trait Implementations§
source§impl Clone for OrdinalInscriptionCurseType
impl Clone for OrdinalInscriptionCurseType
source§fn clone(&self) -> OrdinalInscriptionCurseType
fn clone(&self) -> OrdinalInscriptionCurseType
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 OrdinalInscriptionCurseType
impl Debug for OrdinalInscriptionCurseType
source§impl<'de> Deserialize<'de> for OrdinalInscriptionCurseType
impl<'de> Deserialize<'de> for OrdinalInscriptionCurseType
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 PartialEq for OrdinalInscriptionCurseType
impl PartialEq for OrdinalInscriptionCurseType
source§fn eq(&self, other: &OrdinalInscriptionCurseType) -> bool
fn eq(&self, other: &OrdinalInscriptionCurseType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for OrdinalInscriptionCurseType
Auto Trait Implementations§
impl Freeze for OrdinalInscriptionCurseType
impl RefUnwindSafe for OrdinalInscriptionCurseType
impl Send for OrdinalInscriptionCurseType
impl Sync for OrdinalInscriptionCurseType
impl Unpin for OrdinalInscriptionCurseType
impl UnwindSafe for OrdinalInscriptionCurseType
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