pub struct JavaHighlighter;Implementations§
Source§impl JavaHighlighter
impl JavaHighlighter
pub fn highlight(&self, kind: JavaSyntaxKind) -> Option<HighlightKind>
Auto Trait Implementations§
impl Freeze for JavaHighlighter
impl RefUnwindSafe for JavaHighlighter
impl Send for JavaHighlighter
impl Sync for JavaHighlighter
impl Unpin for JavaHighlighter
impl UnwindSafe for JavaHighlighter
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