pub struct InterventionSetId(/* private fields */);Expand description
Interned intervention-set id (hard assignments do(V := value)).
Implementations§
Trait Implementations§
Source§impl Clone for InterventionSetId
impl Clone for InterventionSetId
Source§fn clone(&self) -> InterventionSetId
fn clone(&self) -> InterventionSetId
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 moreimpl Copy for InterventionSetId
Source§impl Debug for InterventionSetId
impl Debug for InterventionSetId
impl Eq for InterventionSetId
Source§impl Hash for InterventionSetId
impl Hash for InterventionSetId
Source§impl Ord for InterventionSetId
impl Ord for InterventionSetId
Source§fn cmp(&self, other: &InterventionSetId) -> Ordering
fn cmp(&self, other: &InterventionSetId) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for InterventionSetId
impl PartialEq for InterventionSetId
Source§impl PartialOrd for InterventionSetId
impl PartialOrd for InterventionSetId
impl StructuralPartialEq for InterventionSetId
Auto Trait Implementations§
impl Freeze for InterventionSetId
impl RefUnwindSafe for InterventionSetId
impl Send for InterventionSetId
impl Sync for InterventionSetId
impl Unpin for InterventionSetId
impl UnsafeUnpin for InterventionSetId
impl UnwindSafe for InterventionSetId
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