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