pub struct SyntaxHighlighter { /* private fields */ }Expand description
Syntax highlighter using syntect.
Implementations§
Trait Implementations§
Source§impl Debug for SyntaxHighlighter
impl Debug for SyntaxHighlighter
Auto Trait Implementations§
impl !Freeze for SyntaxHighlighter
impl RefUnwindSafe for SyntaxHighlighter
impl Send for SyntaxHighlighter
impl Sync for SyntaxHighlighter
impl Unpin for SyntaxHighlighter
impl UnwindSafe for SyntaxHighlighter
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