pub struct Options {
pub output: OutputType,
pub input: InputType,
pub utf8: bool,
pub json: bool,
pub indicator_texticules: bool,
pub egglog: bool,
}Fields§
§output: OutputType§input: InputType§utf8: bool§json: bool§indicator_texticules: bool§egglog: boolEnable egglog equality-saturation analysis (requires egglog feature).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Options
impl RefUnwindSafe for Options
impl Send for Options
impl Sync for Options
impl Unpin for Options
impl UnsafeUnpin for Options
impl UnwindSafe for Options
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