pub struct ActionScriptHighlighter {
pub use_parser: bool,
}Expand description
ActionScript syntax highlighter.
Fields§
§use_parser: boolWhether to use parser-based highlighting.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ActionScriptHighlighter
impl RefUnwindSafe for ActionScriptHighlighter
impl Send for ActionScriptHighlighter
impl Sync for ActionScriptHighlighter
impl Unpin for ActionScriptHighlighter
impl UnsafeUnpin for ActionScriptHighlighter
impl UnwindSafe for ActionScriptHighlighter
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