pub struct SyntectHighlighter { /* private fields */ }Expand description
syntect backendの SyntectHighlighter(§29)。
theme名は Theme.syntax_theme(§61)から渡される。
未登録のtheme名は base16-ocean.dark へfallbackする。
Implementations§
Trait Implementations§
Source§impl Clone for SyntectHighlighter
impl Clone for SyntectHighlighter
Source§fn clone(&self) -> SyntectHighlighter
fn clone(&self) -> SyntectHighlighter
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SyntectHighlighter
impl Debug for SyntectHighlighter
Source§impl Default for SyntectHighlighter
impl Default for SyntectHighlighter
Auto Trait Implementations§
impl Freeze for SyntectHighlighter
impl RefUnwindSafe for SyntectHighlighter
impl Send for SyntectHighlighter
impl Sync for SyntectHighlighter
impl Unpin for SyntectHighlighter
impl UnsafeUnpin for SyntectHighlighter
impl UnwindSafe for SyntectHighlighter
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