pub struct IndicatorConstraintId(pub u32);Expand description
Stable identifier for a native indicator constraint.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for IndicatorConstraintId
impl Clone for IndicatorConstraintId
impl Copy for IndicatorConstraintId
Source§impl Debug for IndicatorConstraintId
impl Debug for IndicatorConstraintId
impl Eq for IndicatorConstraintId
Source§impl From<IndicatorConstraintHandle<'_>> for IndicatorConstraintId
impl From<IndicatorConstraintHandle<'_>> for IndicatorConstraintId
Source§fn from(value: IndicatorConstraintHandle<'_>) -> Self
fn from(value: IndicatorConstraintHandle<'_>) -> Self
Converts to this type from the input type.
Source§impl Hash for IndicatorConstraintId
impl Hash for IndicatorConstraintId
Source§impl PartialEq for IndicatorConstraintId
impl PartialEq for IndicatorConstraintId
impl StructuralPartialEq for IndicatorConstraintId
Auto Trait Implementations§
impl Freeze for IndicatorConstraintId
impl RefUnwindSafe for IndicatorConstraintId
impl Send for IndicatorConstraintId
impl Sync for IndicatorConstraintId
impl Unpin for IndicatorConstraintId
impl UnsafeUnpin for IndicatorConstraintId
impl UnwindSafe for IndicatorConstraintId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more