pub struct RequestOpts { /* private fields */ }Expand description
code: (알림사항: 0801, 학사공지: 0802, 채용초빙: kr_0814, 뉴스: news) site_dvs_cd: (국문: kr, 영문: en) display: (10~100) start: (1~1000)
Implementations§
Auto Trait Implementations§
impl Freeze for RequestOpts
impl RefUnwindSafe for RequestOpts
impl Send for RequestOpts
impl Sync for RequestOpts
impl Unpin for RequestOpts
impl UnwindSafe for RequestOpts
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