pub struct ProblemIdx(pub usize);
Tuple Fields§
§0: usize
Trait Implementations§
Source§impl Clone for ProblemIdx
impl Clone for ProblemIdx
Source§fn clone(&self) -> ProblemIdx
fn clone(&self) -> ProblemIdx
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 ProblemIdx
impl Debug for ProblemIdx
Source§impl PartialEq for ProblemIdx
impl PartialEq for ProblemIdx
impl Copy for ProblemIdx
impl Eq for ProblemIdx
impl StructuralPartialEq for ProblemIdx
Auto Trait Implementations§
impl Freeze for ProblemIdx
impl RefUnwindSafe for ProblemIdx
impl Send for ProblemIdx
impl Sync for ProblemIdx
impl Unpin for ProblemIdx
impl UnwindSafe for ProblemIdx
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