pub struct ActionScriptHighlighter {
pub use_parser: bool,
}Expand description
ActionScript 语法高亮器
Fields§
§use_parser: bool是否使用基于解析器的高亮
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 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