pub struct MulticastStepDef {
pub steps: Vec<DeclarativeStep>,
pub parallel: bool,
pub parallel_limit: Option<usize>,
pub stop_on_exception: bool,
pub timeout_ms: Option<u64>,
pub aggregation: MulticastAggregationDef,
}Fields§
§steps: Vec<DeclarativeStep>§parallel: bool§parallel_limit: Option<usize>§stop_on_exception: bool§timeout_ms: Option<u64>§aggregation: MulticastAggregationDefTrait Implementations§
Source§impl Clone for MulticastStepDef
impl Clone for MulticastStepDef
Source§fn clone(&self) -> MulticastStepDef
fn clone(&self) -> MulticastStepDef
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 moreSource§impl Debug for MulticastStepDef
impl Debug for MulticastStepDef
Source§impl PartialEq for MulticastStepDef
impl PartialEq for MulticastStepDef
impl StructuralPartialEq for MulticastStepDef
Auto Trait Implementations§
impl Freeze for MulticastStepDef
impl RefUnwindSafe for MulticastStepDef
impl Send for MulticastStepDef
impl Sync for MulticastStepDef
impl Unpin for MulticastStepDef
impl UnsafeUnpin for MulticastStepDef
impl UnwindSafe for MulticastStepDef
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