pub struct SyntaxSystem {
pub syntax_set: SyntaxSet,
pub theme_set: ThemeSet,
}
Fields§
§syntax_set: SyntaxSet
§theme_set: ThemeSet
Implementations§
Source§impl SyntaxSystem
impl SyntaxSystem
Sourcepub fn new() -> Self
pub fn new() -> Self
Create a new SyntaxSystem
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for SyntaxSystem
impl RefUnwindSafe for SyntaxSystem
impl Send for SyntaxSystem
impl Sync for SyntaxSystem
impl Unpin for SyntaxSystem
impl UnwindSafe for SyntaxSystem
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