pub struct PurescriptHighlighter {
pub use_parser: bool,
}Fields§
§use_parser: boolImplementations§
Source§impl PurescriptHighlighter
impl PurescriptHighlighter
pub fn new() -> Self
pub fn with_parser() -> Self
Trait Implementations§
Source§impl Default for PurescriptHighlighter
impl Default for PurescriptHighlighter
Source§impl Highlighter for PurescriptHighlighter
impl Highlighter for PurescriptHighlighter
Auto Trait Implementations§
impl Freeze for PurescriptHighlighter
impl RefUnwindSafe for PurescriptHighlighter
impl Send for PurescriptHighlighter
impl Sync for PurescriptHighlighter
impl Unpin for PurescriptHighlighter
impl UnwindSafe for PurescriptHighlighter
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