pub struct RepeatStage {
pub count: usize,
pub stage_for_index: Arc<dyn Fn(usize) -> FlowStage + Send + Sync>,
}Fields§
§count: usize§stage_for_index: Arc<dyn Fn(usize) -> FlowStage + Send + Sync>Implementations§
Source§impl RepeatStage
impl RepeatStage
Trait Implementations§
Source§impl Clone for RepeatStage
impl Clone for RepeatStage
Auto Trait Implementations§
impl Freeze for RepeatStage
impl !RefUnwindSafe for RepeatStage
impl Send for RepeatStage
impl Sync for RepeatStage
impl Unpin for RepeatStage
impl UnsafeUnpin for RepeatStage
impl !UnwindSafe for RepeatStage
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