#[repr(C)]pub enum ConstraintType {
Le = 1,
Eq = 3,
Ge = 2,
Free = 0,
}Variants§
Trait Implementations§
Source§impl Clone for ConstraintType
impl Clone for ConstraintType
Source§fn clone(&self) -> ConstraintType
fn clone(&self) -> ConstraintType
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 ConstraintType
impl Debug for ConstraintType
Source§impl Hash for ConstraintType
impl Hash for ConstraintType
Source§impl Ord for ConstraintType
impl Ord for ConstraintType
Source§fn cmp(&self, other: &ConstraintType) -> Ordering
fn cmp(&self, other: &ConstraintType) -> Ordering
1.21.0 · 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 ConstraintType
impl PartialEq for ConstraintType
Source§impl PartialOrd for ConstraintType
impl PartialOrd for ConstraintType
impl Copy for ConstraintType
impl Eq for ConstraintType
impl StructuralPartialEq for ConstraintType
Auto Trait Implementations§
impl Freeze for ConstraintType
impl RefUnwindSafe for ConstraintType
impl Send for ConstraintType
impl Sync for ConstraintType
impl Unpin for ConstraintType
impl UnwindSafe for ConstraintType
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