pub struct EggRewriteExecutionV0 {Show 17 fields
pub schema_version: &'static str,
pub product: &'static str,
pub pass_id: &'static str,
pub accepted: bool,
pub blocked_reason: Option<&'static str>,
pub before: String,
pub after: String,
pub expected_after: String,
pub after_matches_candidate: bool,
pub engine: &'static str,
pub iteration_limit: usize,
pub iteration_count: usize,
pub eclass_count: usize,
pub enode_count: usize,
pub mdl_bits: Option<f64>,
pub mdl_residual_bits: Option<f64>,
pub mdl_unit: Option<&'static str>,
}Fields§
§schema_version: &'static str§product: &'static str§pass_id: &'static str§accepted: bool§blocked_reason: Option<&'static str>§before: String§after: String§expected_after: String§after_matches_candidate: bool§engine: &'static str§iteration_limit: usize§iteration_count: usize§eclass_count: usize§enode_count: usize§mdl_bits: Option<f64>§mdl_residual_bits: Option<f64>§mdl_unit: Option<&'static str>Trait Implementations§
Source§impl Clone for EggRewriteExecutionV0
impl Clone for EggRewriteExecutionV0
Source§fn clone(&self) -> EggRewriteExecutionV0
fn clone(&self) -> EggRewriteExecutionV0
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 EggRewriteExecutionV0
impl Debug for EggRewriteExecutionV0
Source§impl PartialEq for EggRewriteExecutionV0
impl PartialEq for EggRewriteExecutionV0
Source§fn eq(&self, other: &EggRewriteExecutionV0) -> bool
fn eq(&self, other: &EggRewriteExecutionV0) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for EggRewriteExecutionV0
impl Serialize for EggRewriteExecutionV0
impl StructuralPartialEq for EggRewriteExecutionV0
Auto Trait Implementations§
impl Freeze for EggRewriteExecutionV0
impl RefUnwindSafe for EggRewriteExecutionV0
impl Send for EggRewriteExecutionV0
impl Sync for EggRewriteExecutionV0
impl Unpin for EggRewriteExecutionV0
impl UnsafeUnpin for EggRewriteExecutionV0
impl UnwindSafe for EggRewriteExecutionV0
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