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