pub struct CalendarOptions {
pub week_start: WeekStart,
pub weekend_display: WeekendDisplay,
pub color_mode: ColorMode,
pub past_date_display: PastDateDisplay,
pub month_filter: MonthFilter,
}Fields§
§week_start: WeekStart§weekend_display: WeekendDisplay§color_mode: ColorMode§past_date_display: PastDateDisplay§month_filter: MonthFilterTrait Implementations§
Source§impl Clone for CalendarOptions
impl Clone for CalendarOptions
Source§fn clone(&self) -> CalendarOptions
fn clone(&self) -> CalendarOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for CalendarOptions
impl RefUnwindSafe for CalendarOptions
impl Send for CalendarOptions
impl Sync for CalendarOptions
impl Unpin for CalendarOptions
impl UnwindSafe for CalendarOptions
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