pub struct VarSetId(/* private fields */);Expand description
Interned sorted variable set id.
Implementations§
Trait Implementations§
impl Copy for VarSetId
impl Eq for VarSetId
Source§impl Ord for VarSetId
impl Ord for VarSetId
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 PartialOrd for VarSetId
impl PartialOrd for VarSetId
impl StructuralPartialEq for VarSetId
Auto Trait Implementations§
impl Freeze for VarSetId
impl RefUnwindSafe for VarSetId
impl Send for VarSetId
impl Sync for VarSetId
impl Unpin for VarSetId
impl UnsafeUnpin for VarSetId
impl UnwindSafe for VarSetId
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