pub struct AtCoderSubmissionListResponse {
pub max_page: u32,
pub submissions: Vec<AtCoderSubmission>,
}Fields§
§max_page: u32§submissions: Vec<AtCoderSubmission>Auto Trait Implementations§
impl Freeze for AtCoderSubmissionListResponse
impl RefUnwindSafe for AtCoderSubmissionListResponse
impl Send for AtCoderSubmissionListResponse
impl Sync for AtCoderSubmissionListResponse
impl Unpin for AtCoderSubmissionListResponse
impl UnsafeUnpin for AtCoderSubmissionListResponse
impl UnwindSafe for AtCoderSubmissionListResponse
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