Struct thaw::CalendarTheme
source · pub struct CalendarTheme {
pub border_color: String,
pub other_month_font_color: String,
pub background_color_hover: String,
}Fields§
§border_color: String§other_month_font_color: String§background_color_hover: StringTrait Implementations§
source§impl Clone for CalendarTheme
impl Clone for CalendarTheme
source§fn clone(&self) -> CalendarTheme
fn clone(&self) -> CalendarTheme
Returns a copy 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 moresource§impl ThemeMethod for CalendarTheme
impl ThemeMethod for CalendarTheme
Auto Trait Implementations§
impl RefUnwindSafe for CalendarTheme
impl Send for CalendarTheme
impl Sync for CalendarTheme
impl Unpin for CalendarTheme
impl UnwindSafe for CalendarTheme
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