pub struct IrAssertion {
pub expr: IrExpression,
pub projection_reads: Vec<IrProjectionRead>,
}Fields§
§expr: IrExpression§projection_reads: Vec<IrProjectionRead>Trait Implementations§
Source§impl Clone for IrAssertion
impl Clone for IrAssertion
Source§fn clone(&self) -> IrAssertion
fn clone(&self) -> IrAssertion
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 IrAssertion
impl Debug for IrAssertion
impl Eq for IrAssertion
Source§impl PartialEq for IrAssertion
impl PartialEq for IrAssertion
impl StructuralPartialEq for IrAssertion
Auto Trait Implementations§
impl Freeze for IrAssertion
impl RefUnwindSafe for IrAssertion
impl Send for IrAssertion
impl Sync for IrAssertion
impl Unpin for IrAssertion
impl UnsafeUnpin for IrAssertion
impl UnwindSafe for IrAssertion
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