pub enum FirstKey<'t> {
Key(FirstKeyKey<'t>),
ArrayMarker(FirstKeyArrayMarker<'t>),
}Expand description
Type derived for non-terminal FirstKey
Variants§
Key(FirstKeyKey<'t>)
ArrayMarker(FirstKeyArrayMarker<'t>)
Trait Implementations§
Auto Trait Implementations§
impl<'t> Freeze for FirstKey<'t>
impl<'t> RefUnwindSafe for FirstKey<'t>
impl<'t> Send for FirstKey<'t>
impl<'t> Sync for FirstKey<'t>
impl<'t> Unpin for FirstKey<'t>
impl<'t> UnsafeUnpin for FirstKey<'t>
impl<'t> UnwindSafe for FirstKey<'t>
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