pub struct ClassInfoItem {
pub ATPT_OFCDC_SC_CODE: String,
pub ATPT_OFCDC_SC_NM: String,
pub SD_SCHUL_CODE: String,
pub SCHUL_NM: String,
pub AY: i32,
pub GRADE: u8,
pub DGHT_CRSE_SC_NM: Option<String>,
pub SCHUL_CRSE_SC_NM: Option<String>,
pub ORD_SC_NM: Option<String>,
pub DDDEP_NM: Option<String>,
pub CLASS_NM: Option<String>,
pub LOAD_DTM: String,
}Fields§
§ATPT_OFCDC_SC_CODE: String시도교육청코드 B10 | C10 | D10 | E10 | F10 | G10 | H10 | I10 | J10 | K10 | M10 | N10 | P10 | Q10 | R10 | S10 | T10 | V10
ATPT_OFCDC_SC_NM: String시도교육청명 Example: 서울특별시교육청
SD_SCHUL_CODE: String행정표준코드 Example: 7010959
SCHUL_NM: String학교명 Example: 문현고등학교
AY: i32학년도 Example: 2024
GRADE: u8학년 Example: 1
DGHT_CRSE_SC_NM: Option<String>주야과정명 Example: 주간
SCHUL_CRSE_SC_NM: Option<String>학교과정명 Example: 고등학교
ORD_SC_NM: Option<String>계열명 Example: 일반계
DDDEP_NM: Option<String>학과명 Example: 일반학과
CLASS_NM: Option<String>학급명 Example: 5
LOAD_DTM: String수정일자 Example: 20250901
Trait Implementations§
Source§impl Clone for ClassInfoItem
impl Clone for ClassInfoItem
Source§fn clone(&self) -> ClassInfoItem
fn clone(&self) -> ClassInfoItem
Returns a duplicate 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 ClassInfoItem
impl Debug for ClassInfoItem
Source§impl<'de> Deserialize<'de> for ClassInfoItem
impl<'de> Deserialize<'de> for ClassInfoItem
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
Auto Trait Implementations§
impl Freeze for ClassInfoItem
impl RefUnwindSafe for ClassInfoItem
impl Send for ClassInfoItem
impl Sync for ClassInfoItem
impl Unpin for ClassInfoItem
impl UnwindSafe for ClassInfoItem
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