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 PartialOrd for BindingId
impl PartialOrd for BindingId
impl 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