pub struct ClassRoomInfoParams {
pub ATPT_OFCDC_SC_CODE: String,
pub SD_SCHUL_CODE: String,
pub AY: Option<String>,
pub GRADE: Option<String>,
pub SEM: Option<String>,
pub SCHUL_CRSE_SC_NM: Option<String>,
pub DGHT_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>학년
SEM: Option<String>학기
SCHUL_CRSE_SC_NM: Option<String>학교과정명
DGHT_CRSE_SC_NM: Option<String>주야과정명
ORD_SC_NM: Option<String>계열명
DDDEP_NM: Option<String>학과명
Implementations§
Trait Implementations§
Source§impl Clone for ClassRoomInfoParams
impl Clone for ClassRoomInfoParams
Source§fn clone(&self) -> ClassRoomInfoParams
fn clone(&self) -> ClassRoomInfoParams
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 ClassRoomInfoParams
impl Debug for ClassRoomInfoParams
Source§impl Serialize for ClassRoomInfoParams
impl Serialize for ClassRoomInfoParams
Source§impl ToQueryString for ClassRoomInfoParams
impl ToQueryString for ClassRoomInfoParams
fn to_query_string(&self) -> String
Auto Trait Implementations§
impl Freeze for ClassRoomInfoParams
impl RefUnwindSafe for ClassRoomInfoParams
impl Send for ClassRoomInfoParams
impl Sync for ClassRoomInfoParams
impl Unpin for ClassRoomInfoParams
impl UnwindSafe for ClassRoomInfoParams
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