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