pub struct MatlabLanguage {}Trait Implementations§
Source§impl Default for MatlabLanguage
impl Default for MatlabLanguage
Source§impl Language for MatlabLanguage
impl Language for MatlabLanguage
Source§type SyntaxKind = MatlabSyntaxKind
type SyntaxKind = MatlabSyntaxKind
The kind kind type used to represent different kind and node types in the language. Read more
Source§impl<'config> Lexer<MatlabLanguage> for MatlabLexer<'config>
impl<'config> Lexer<MatlabLanguage> for MatlabLexer<'config>
Source§fn lex_incremental(
&self,
source: impl Source,
_start_offset: usize,
_cache: IncrementalCache<'_, MatlabLanguage>,
) -> LexOutput<MatlabLanguage>
fn lex_incremental( &self, source: impl Source, _start_offset: usize, _cache: IncrementalCache<'_, MatlabLanguage>, ) -> LexOutput<MatlabLanguage>
Tokenizes source text using an existing cache for incremental parsing. Read more
Auto Trait Implementations§
impl Freeze for MatlabLanguage
impl RefUnwindSafe for MatlabLanguage
impl Send for MatlabLanguage
impl Sync for MatlabLanguage
impl Unpin for MatlabLanguage
impl UnwindSafe for MatlabLanguage
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