pub struct AtCoderProblem {
pub id: String,
pub title: String,
pub position: String,
pub contest_id: String,
}
Fields§
§id: String
§title: String
§position: String
§contest_id: String
Trait Implementations§
Source§impl Clone for AtCoderProblem
impl Clone for AtCoderProblem
Source§fn clone(&self) -> AtCoderProblem
fn clone(&self) -> AtCoderProblem
Returns a copy 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 AtCoderProblem
impl Debug for AtCoderProblem
Source§impl PartialEq for AtCoderProblem
impl PartialEq for AtCoderProblem
impl Eq for AtCoderProblem
impl StructuralPartialEq for AtCoderProblem
Auto Trait Implementations§
impl Freeze for AtCoderProblem
impl RefUnwindSafe for AtCoderProblem
impl Send for AtCoderProblem
impl Sync for AtCoderProblem
impl Unpin for AtCoderProblem
impl UnwindSafe for AtCoderProblem
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