pub struct SpacingConfig {
pub idx: usize,
pub in_month: bool,
pub prev_in_month: bool,
pub next_in_month: bool,
pub first_out_of_month: bool,
}Fields§
§idx: usize§in_month: bool§prev_in_month: bool§next_in_month: bool§first_out_of_month: boolImplementations§
Trait Implementations§
Source§impl Clone for SpacingConfig
impl Clone for SpacingConfig
Source§fn clone(&self) -> SpacingConfig
fn clone(&self) -> SpacingConfig
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 moreSource§impl Debug for SpacingConfig
impl Debug for SpacingConfig
impl Copy for SpacingConfig
Auto Trait Implementations§
impl Freeze for SpacingConfig
impl RefUnwindSafe for SpacingConfig
impl Send for SpacingConfig
impl Sync for SpacingConfig
impl Unpin for SpacingConfig
impl UnwindSafe for SpacingConfig
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