Struct cranelift_isle::trie_again::BindingId
source · pub struct BindingId(/* private fields */);
Expand description
A hash-consed identifier for a binding, stored in a RuleSet.
Implementations§
Trait Implementations§
source§impl Ord for BindingId
impl Ord for BindingId
source§impl PartialEq for BindingId
impl PartialEq for BindingId
source§impl PartialOrd for BindingId
impl PartialOrd for BindingId
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for BindingId
impl Eq for BindingId
impl StructuralPartialEq for BindingId
Auto Trait Implementations§
impl Freeze for BindingId
impl RefUnwindSafe for BindingId
impl Send for BindingId
impl Sync for BindingId
impl Unpin for BindingId
impl UnwindSafe for BindingId
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