pub struct JsonHighlighter { /* private fields */ }Expand description
JSON 高亮
Trait Implementations§
impl Highlighter for JsonHighlighter
Available on crate feature 
oak-highlight only.Auto Trait Implementations§
impl Freeze for JsonHighlighter
impl RefUnwindSafe for JsonHighlighter
impl Send for JsonHighlighter
impl Sync for JsonHighlighter
impl Unpin for JsonHighlighter
impl UnwindSafe for JsonHighlighter
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