pub enum DayPickerGridLayout {
Compact,
FixedWeeks,
}Variants§
Trait Implementations§
Source§impl Clone for DayPickerGridLayout
impl Clone for DayPickerGridLayout
Source§fn clone(&self) -> DayPickerGridLayout
fn clone(&self) -> DayPickerGridLayout
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 DayPickerGridLayout
impl Debug for DayPickerGridLayout
Source§impl PartialEq for DayPickerGridLayout
impl PartialEq for DayPickerGridLayout
impl Copy for DayPickerGridLayout
impl Eq for DayPickerGridLayout
impl StructuralPartialEq for DayPickerGridLayout
Auto Trait Implementations§
impl Freeze for DayPickerGridLayout
impl RefUnwindSafe for DayPickerGridLayout
impl Send for DayPickerGridLayout
impl Sync for DayPickerGridLayout
impl Unpin for DayPickerGridLayout
impl UnsafeUnpin for DayPickerGridLayout
impl UnwindSafe for DayPickerGridLayout
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