pub struct ConstraintList { /* private fields */ }Implementations§
Source§impl ConstraintList
impl ConstraintList
pub fn contains(&self, vertex: ConstraintVertex) -> bool
Source§impl ConstraintList
impl ConstraintList
pub fn insert(&mut self, vertex: ConstraintVertex)
Source§impl ConstraintList
impl ConstraintList
pub fn remove(&mut self, vertex: ConstraintVertex)
Trait Implementations§
Source§impl Clone for ConstraintList
impl Clone for ConstraintList
Source§fn clone(&self) -> ConstraintList
fn clone(&self) -> ConstraintList
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !Send for ConstraintList
impl !Sync for ConstraintList
impl Freeze for ConstraintList
impl RefUnwindSafe for ConstraintList
impl Unpin for ConstraintList
impl UnsafeUnpin for ConstraintList
impl UnwindSafe for ConstraintList
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