pub struct DateStyle {
pub color: Option<String>,
pub is_today: bool,
pub is_past: bool,
pub is_weekend: bool,
pub effects: Effects,
}Fields§
§color: Option<String>§is_today: bool§is_past: bool§is_weekend: bool§effects: EffectsImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DateStyle
impl RefUnwindSafe for DateStyle
impl Send for DateStyle
impl Sync for DateStyle
impl Unpin for DateStyle
impl UnwindSafe for DateStyle
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