pub struct ExpressionDomainReducedProductIterationV0 {
pub schema_version: &'static str,
pub product: &'static str,
pub input_version: String,
pub iteration_count: usize,
pub iterations: Vec<ExpressionDomainReducedProductIterationEntryV0>,
}Fields§
§schema_version: &'static str§product: &'static str§input_version: String§iteration_count: usize§iterations: Vec<ExpressionDomainReducedProductIterationEntryV0>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExpressionDomainReducedProductIterationV0
impl RefUnwindSafe for ExpressionDomainReducedProductIterationV0
impl Send for ExpressionDomainReducedProductIterationV0
impl Sync for ExpressionDomainReducedProductIterationV0
impl Unpin for ExpressionDomainReducedProductIterationV0
impl UnsafeUnpin for ExpressionDomainReducedProductIterationV0
impl UnwindSafe for ExpressionDomainReducedProductIterationV0
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