pub struct Repeat {
pub agent: Arc<Agent>,
pub times: usize,
}Expand description
Repeat pattern - repeat execution
Fields§
§agent: Arc<Agent>Agent to repeat
times: usizeNumber of times to repeat
Auto Trait Implementations§
impl Freeze for Repeat
impl !RefUnwindSafe for Repeat
impl Send for Repeat
impl Sync for Repeat
impl Unpin for Repeat
impl !UnwindSafe for Repeat
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