pub enum BindName<'tree> {
PrefixId(Box<PrefixId<'tree>>),
Variable(Box<Variable<'tree>>),
}Variants§
Trait Implementations§
impl<'tree> Eq for BindName<'tree>
impl<'tree> StructuralPartialEq for BindName<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for BindName<'tree>
impl<'tree> RefUnwindSafe for BindName<'tree>
impl<'tree> Send for BindName<'tree>
impl<'tree> Sync for BindName<'tree>
impl<'tree> Unpin for BindName<'tree>
impl<'tree> UnsafeUnpin for BindName<'tree>
impl<'tree> UnwindSafe for BindName<'tree>
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