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