pub struct TypeScriptHighlighter;Expand description
TypeScript 语法高亮器
Trait Implementations§
Source§impl Highlighter for TypeScriptHighlighter
impl Highlighter for TypeScriptHighlighter
Auto Trait Implementations§
impl Freeze for TypeScriptHighlighter
impl RefUnwindSafe for TypeScriptHighlighter
impl Send for TypeScriptHighlighter
impl Sync for TypeScriptHighlighter
impl Unpin for TypeScriptHighlighter
impl UnwindSafe for TypeScriptHighlighter
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