pub struct Recurrence {
pub dates_patterns: NonEmpty<DatePattern>,
pub time_patterns: Vec<TimePattern>,
}
Fields§
§dates_patterns: NonEmpty<DatePattern>
§time_patterns: Vec<TimePattern>
Trait Implementations§
Source§impl Debug for Recurrence
impl Debug for Recurrence
Auto Trait Implementations§
impl Freeze for Recurrence
impl RefUnwindSafe for Recurrence
impl Send for Recurrence
impl Sync for Recurrence
impl Unpin for Recurrence
impl UnwindSafe for Recurrence
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