pub struct ScheduleBuilderTwo { /* private fields */ }Expand description
Builder step that allows you to set a limit and provide the function.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScheduleBuilderTwo
impl RefUnwindSafe for ScheduleBuilderTwo
impl Send for ScheduleBuilderTwo
impl Sync for ScheduleBuilderTwo
impl Unpin for ScheduleBuilderTwo
impl UnwindSafe for ScheduleBuilderTwo
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