pub struct ConstraintId(pub usize);
Tuple Fields§
§0: usize
Trait Implementations§
Source§impl Clone for ConstraintId
impl Clone for ConstraintId
Source§fn clone(&self) -> ConstraintId
fn clone(&self) -> ConstraintId
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 ConstraintId
impl Debug for ConstraintId
Source§impl GetFromId<ConstraintId, Constraint> for Problem
impl GetFromId<ConstraintId, Constraint> for Problem
fn get(&self, id: ConstraintId) -> Option<&Constraint>
Source§impl Hash for ConstraintId
impl Hash for ConstraintId
Source§impl Named<ConstraintId> for Constraint
impl Named<ConstraintId> for Constraint
Source§impl PartialEq for ConstraintId
impl PartialEq for ConstraintId
impl Copy for ConstraintId
impl Eq for ConstraintId
impl StructuralPartialEq for ConstraintId
Auto Trait Implementations§
impl Freeze for ConstraintId
impl RefUnwindSafe for ConstraintId
impl Send for ConstraintId
impl Sync for ConstraintId
impl Unpin for ConstraintId
impl UnwindSafe for ConstraintId
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