pub struct CalendarPeriod {
pub start_date: Option<u64>,
pub day_pattern_i_ds: Option<Vec<u32>>,
}Fields§
§start_date: Option<u64>§day_pattern_i_ds: Option<Vec<u32>>Trait Implementations§
Source§impl Debug for CalendarPeriod
impl Debug for CalendarPeriod
Auto Trait Implementations§
impl Freeze for CalendarPeriod
impl RefUnwindSafe for CalendarPeriod
impl Send for CalendarPeriod
impl Sync for CalendarPeriod
impl Unpin for CalendarPeriod
impl UnwindSafe for CalendarPeriod
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