pub struct ApplyRuleStatement {
pub rule_name: String,
pub iterations: usize,
}Fields§
§rule_name: String§iterations: usizeTrait Implementations§
Source§impl Clone for ApplyRuleStatement
impl Clone for ApplyRuleStatement
Source§fn clone(&self) -> ApplyRuleStatement
fn clone(&self) -> ApplyRuleStatement
Returns a duplicate of the value. Read more
1.0.0 · 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 ApplyRuleStatement
impl RefUnwindSafe for ApplyRuleStatement
impl Send for ApplyRuleStatement
impl Sync for ApplyRuleStatement
impl Unpin for ApplyRuleStatement
impl UnwindSafe for ApplyRuleStatement
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