pub struct DjangoHighlighter { /* private fields */ }Expand description
JSON 高亮
Trait Implementations§
impl Highlighter for DjangoHighlighter
Auto Trait Implementations§
impl Freeze for DjangoHighlighter
impl RefUnwindSafe for DjangoHighlighter
impl Send for DjangoHighlighter
impl Sync for DjangoHighlighter
impl Unpin for DjangoHighlighter
impl UnwindSafe for DjangoHighlighter
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