pub struct ClassInfoParams {
pub ATPT_OFCDC_SC_CODE: String,
pub SD_SCHUL_CODE: String,
pub AY: Option<String>,
pub GRADE: Option<String>,
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>,
}Fields§
§ATPT_OFCDC_SC_CODE: String시도교육청코드
SD_SCHUL_CODE: String행정표준코드
AY: Option<String>학년도
GRADE: Option<String>학년
DGHT_CRSE_SC_NM: Option<String>주야과정명
SCHUL_CRSE_SC_NM: Option<String>학교과정명
ORD_SC_NM: Option<String>계열명
DDDEP_NM: Option<String>학과명
Implementations§
Trait Implementations§
Source§impl Clone for ClassInfoParams
impl Clone for ClassInfoParams
Source§fn clone(&self) -> ClassInfoParams
fn clone(&self) -> ClassInfoParams
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 ClassInfoParams
impl Debug for ClassInfoParams
Source§impl Serialize for ClassInfoParams
impl Serialize for ClassInfoParams
Source§impl ToQueryString for ClassInfoParams
impl ToQueryString for ClassInfoParams
fn to_query_string(&self) -> String
Auto Trait Implementations§
impl Freeze for ClassInfoParams
impl RefUnwindSafe for ClassInfoParams
impl Send for ClassInfoParams
impl Sync for ClassInfoParams
impl Unpin for ClassInfoParams
impl UnwindSafe for ClassInfoParams
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