pub struct ConstraintId(/* private fields */);
Expand description
A constraint identifier, unique with respect to a given problem instance
Implementations§
Source§impl ConstraintId
impl ConstraintId
pub fn into_inner(self) -> usize
Trait Implementations§
Source§impl Clone for ConstraintId
impl Clone for ConstraintId
Source§fn clone(&self) -> ConstraintId
fn clone(&self) -> ConstraintId
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 ConstraintId
impl Debug for ConstraintId
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