pub struct Course {
pub xkkz_id: String,
pub kch_id: String,
pub jxb: Vec<Jxb>,
}Fields§
§xkkz_id: String§kch_id: String§jxb: Vec<Jxb>Implementations§
Source§impl Course
impl Course
pub async fn try_select_0( &self, i: &Client, ) -> Result<SelectCourseResponse, Error>
Source§impl Course
impl Course
pub async fn try_select_by_time( &self, i: &Client, q: &str, ) -> Result<SelectCourseResponse, Error>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Course
impl RefUnwindSafe for Course
impl Send for Course
impl Sync for Course
impl Unpin for Course
impl UnsafeUnpin for Course
impl UnwindSafe for Course
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