pub enum TokenKey {
Dummy,
Index(usize, bool),
String(String, TokenRange, bool),
Dynamic(Node, bool),
Spread(TokenRange),
}Variants§
Implementations§
Trait Implementations§
impl StructuralPartialEq for TokenKey
Auto Trait Implementations§
impl Freeze for TokenKey
impl RefUnwindSafe for TokenKey
impl Send for TokenKey
impl Sync for TokenKey
impl Unpin for TokenKey
impl UnsafeUnpin for TokenKey
impl UnwindSafe for TokenKey
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