[−][src]Struct slide::Opts
Options to run slide with.
Fields
program: StringSlide program.
emit_format: StringHow the result of slide's execution should be emitted.
emit_config: Vec<String>Configuration options for slide emit.
lint: boolWhen true, lint warnings for the program will be emitted, if any.
parse_only: boolWhen true, slide will stop after parsing a program.
expr_pat: boolWhen true, slide will expect the program to be an expression pattern.
explain_diagnostic: Option<String>When is Some diagnostic code, will explain that code.
color: boolWhen true, slide emit will be colored.
Auto Trait Implementations
impl RefUnwindSafe for Opts
impl Send for Opts
impl Sync for Opts
impl Unpin for Opts
impl UnwindSafe for Opts
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,