Enum commonwasm::enums::mark_type::MarkType
pub enum MarkType {
Show 55 variants
A,
A_,
B,
B_,
C,
C_,
F,
P,
D,
E,
HD,
S,
F1,
F2,
NGP,
P1,
P2,
N,
CR,
PC,
Cr,
g2,
g3,
g4,
g1,
g1_1,
g1_2,
g1_3,
g1_4,
g1_5,
g2_1,
g2_2,
g2_3,
g2_4,
g2_5,
g3_1,
g3_2,
g3_3,
g3_4,
g3_5,
g4_1,
g4_2,
g4_3,
g4_4,
g4_5,
g5,
g5_1,
g5_2,
g5_3,
g5_4,
g5_5,
absent,
noMark,
acceptableExcuse,
noAcceptableExcuse,
}
Variants§
A
A_
B
B_
C
C_
F
P
D
E
HD
S
F1
F2
NGP
P1
P2
N
CR
PC
Cr
g2
g3
g4
g1
g1_1
g1_2
g1_3
g1_4
g1_5
g2_1
g2_2
g2_3
g2_4
g2_5
g3_1
g3_2
g3_3
g3_4
g3_5
g4_1
g4_2
g4_3
g4_4
g4_5
g5
g5_1
g5_2
g5_3
g5_4
g5_5
absent
noMark
acceptableExcuse
noAcceptableExcuse
Implementations§
Trait Implementations§
§impl<'de> Deserialize<'de> for MarkType
impl<'de> Deserialize<'de> for MarkType
§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
impl StructuralPartialEq for MarkType
Auto Trait Implementations§
impl Freeze for MarkType
impl RefUnwindSafe for MarkType
impl Send for MarkType
impl Sync for MarkType
impl Unpin for MarkType
impl UnwindSafe for MarkType
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)