Enum commonwasm::enums::subject::Subject
pub enum Subject {
Show 98 variants
ArtOther,
NaturalSciences,
Economics,
Philological,
Civics,
Humanities,
Dance,
HealthAndSafety,
FineArt,
French,
Homeroom,
PhysicalEducation,
Russian,
History,
HandworkHandcrafts,
Statistics,
Psychology,
German,
English,
Spanish,
Mathematical,
Mathematics,
Algebra,
Geometry,
ComputerScience,
EnterpriseComputing,
SoftwareEngineering,
Biology,
Physics,
Chemistry,
Astronomy,
Ecology,
Geography,
NatureStudy,
SocialStudies,
Philosophy,
Jurisprudence,
RegionalStudies,
ReligionAndEthics,
Calligraphy,
Literature,
Reading,
Rhetoric,
LaborTraining,
Work,
Drawing,
Art,
MusicSinging,
WorldArtCulture,
Science,
Technology,
Languages,
undefined,
EnglishSubjects,
GeneralEnglish,
EnglishAsAL,
GeneralMathematics,
EssentialMathematics,
MathematicalMethods,
SpecialistMathematics,
EarthAndEnvironment,
HASS,
EconomicsAndBusiness,
CivicsAndCitizenship,
Arts,
Drama,
MediaArts,
Music,
VisualArts,
Technologies,
HPESubjects,
HPE,
Health,
Arabic,
Auslan,
Chinese,
Hindi,
Indonesian,
Italian,
Japanese,
Korean,
ModernGreek,
Turkish,
Vietnamese,
AboriginalLanguages,
ClassicalLanguages,
Extra,
Safety,
WorkStudies,
Subject1,
Subject2,
Subject3,
Subject4,
Subject5,
Subject6,
Subject7,
Subject8,
Subject9,
}
Variants§
ArtOther
NaturalSciences
Economics
Philological
Civics
Humanities
Dance
HealthAndSafety
FineArt
French
Homeroom
PhysicalEducation
Russian
History
HandworkHandcrafts
Statistics
Psychology
German
English
Spanish
Mathematical
Mathematics
Algebra
Geometry
ComputerScience
EnterpriseComputing
SoftwareEngineering
Biology
Physics
Chemistry
Astronomy
Ecology
Geography
NatureStudy
SocialStudies
Philosophy
Jurisprudence
RegionalStudies
ReligionAndEthics
Calligraphy
Literature
Reading
Rhetoric
LaborTraining
Work
Drawing
Art
MusicSinging
WorldArtCulture
Science
Technology
Languages
undefined
EnglishSubjects
GeneralEnglish
EnglishAsAL
GeneralMathematics
EssentialMathematics
MathematicalMethods
SpecialistMathematics
EarthAndEnvironment
HASS
EconomicsAndBusiness
CivicsAndCitizenship
Arts
Drama
MediaArts
Music
VisualArts
Technologies
HPESubjects
HPE
Health
Arabic
Auslan
Chinese
Hindi
Indonesian
Italian
Japanese
Korean
ModernGreek
Turkish
Vietnamese
AboriginalLanguages
ClassicalLanguages
Extra
Safety
WorkStudies
Subject1
Subject2
Subject3
Subject4
Subject5
Subject6
Subject7
Subject8
Subject9
Trait Implementations§
§impl<'de> Deserialize<'de> for Subject
impl<'de> Deserialize<'de> for Subject
§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 Subject
Auto Trait Implementations§
impl Freeze for Subject
impl RefUnwindSafe for Subject
impl Send for Subject
impl Sync for Subject
impl Unpin for Subject
impl UnwindSafe for Subject
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
)