pub enum GradingSystemType {
Show 17 variants
ABCDE,
HDDCRPPCF,
AABCF,
ABC,
g432,
AABB_CC_FP,
HDABCDE,
ABCDFS,
HDDCPN,
AABCDF,
g12345,
HDDCP1P2F1F2NGP,
ABCDEF,
AABCC_F,
HDDCrPPCN,
AABCD,
POINT10,
}
Variants§
ABCDE
HDDCRPPCF
AABCF
ABC
g432
AABB_CC_FP
HDABCDE
ABCDFS
HDDCPN
AABCDF
g12345
HDDCP1P2F1F2NGP
ABCDEF
AABCC_F
HDDCrPPCN
AABCD
POINT10
Trait Implementations§
§impl Clone for GradingSystemType
impl Clone for GradingSystemType
§fn clone(&self) -> GradingSystemType
fn clone(&self) -> GradingSystemType
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 more§impl Debug for GradingSystemType
impl Debug for GradingSystemType
§impl<'de> Deserialize<'de> for GradingSystemType
impl<'de> Deserialize<'de> for GradingSystemType
§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 Display for GradingSystemType
impl Display for GradingSystemType
§impl FromStr for GradingSystemType
impl FromStr for GradingSystemType
§impl PartialEq for GradingSystemType
impl PartialEq for GradingSystemType
§impl Serialize for GradingSystemType
impl Serialize for GradingSystemType
impl StructuralPartialEq for GradingSystemType
Auto Trait Implementations§
impl Freeze for GradingSystemType
impl RefUnwindSafe for GradingSystemType
impl Send for GradingSystemType
impl Sync for GradingSystemType
impl Unpin for GradingSystemType
impl UnwindSafe for GradingSystemType
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
)