pub struct HighlightOptions {
pub theme: Theme,
pub check: bool,
pub captures_path: Option<PathBuf>,
pub inline_styles: bool,
pub html: bool,
pub quiet: bool,
pub print_time: bool,
pub cancellation_flag: Arc<AtomicUsize>,
}Fields§
§theme: Theme§check: bool§captures_path: Option<PathBuf>§inline_styles: bool§html: bool§quiet: bool§print_time: bool§cancellation_flag: Arc<AtomicUsize>Auto Trait Implementations§
impl Freeze for HighlightOptions
impl RefUnwindSafe for HighlightOptions
impl Send for HighlightOptions
impl Sync for HighlightOptions
impl Unpin for HighlightOptions
impl UnsafeUnpin for HighlightOptions
impl UnwindSafe for HighlightOptions
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