Struct biome_json_parser::TokenSet
source · pub struct TokenSet<K>(/* private fields */)
where
K: SyntaxKind;
Implementations§
Trait Implementations§
source§impl<K> PartialEq for TokenSet<K>where
K: PartialEq + SyntaxKind,
impl<K> PartialEq for TokenSet<K>where
K: PartialEq + SyntaxKind,
impl<K> Copy for TokenSet<K>where
K: Copy + SyntaxKind,
impl<K> Eq for TokenSet<K>where
K: Eq + SyntaxKind,
impl<K> StructuralPartialEq for TokenSet<K>where
K: SyntaxKind,
Auto Trait Implementations§
impl<K> Freeze for TokenSet<K>
impl<K> RefUnwindSafe for TokenSet<K>where
K: RefUnwindSafe,
impl<K> Send for TokenSet<K>where
K: Send,
impl<K> Sync for TokenSet<K>where
K: Sync,
impl<K> Unpin for TokenSet<K>where
K: Unpin,
impl<K> UnwindSafe for TokenSet<K>where
K: UnwindSafe,
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.