pub struct SqlHighlighter;Expand description
SQL 高亮
Trait Implementations§
Source§impl Highlighter for SqlHighlighter
impl Highlighter for SqlHighlighter
Source§fn highlight<'a>(
&self,
_source: &'a str,
_language: &str,
_theme: Theme,
) -> ParseResult<HighlightResult<'a>>
fn highlight<'a>( &self, _source: &'a str, _language: &str, _theme: Theme, ) -> ParseResult<HighlightResult<'a>>
Highlight the given source code for a specific language and theme.
Auto Trait Implementations§
impl Freeze for SqlHighlighter
impl RefUnwindSafe for SqlHighlighter
impl Send for SqlHighlighter
impl Sync for SqlHighlighter
impl Unpin for SqlHighlighter
impl UnwindSafe for SqlHighlighter
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