pub struct IRMutationPredicate {
pub property: String,
pub op: CompOp,
pub value: IRExpr,
}Fields§
§property: String§op: CompOp§value: IRExprTrait Implementations§
Source§impl Clone for IRMutationPredicate
impl Clone for IRMutationPredicate
Source§fn clone(&self) -> IRMutationPredicate
fn clone(&self) -> IRMutationPredicate
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 moreAuto Trait Implementations§
impl Freeze for IRMutationPredicate
impl RefUnwindSafe for IRMutationPredicate
impl Send for IRMutationPredicate
impl Sync for IRMutationPredicate
impl Unpin for IRMutationPredicate
impl UnsafeUnpin for IRMutationPredicate
impl UnwindSafe for IRMutationPredicate
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