pub enum WeekdayType {
Weekday,
Weekend,
}Expand description
Represents the type of day for rate application
Variants§
Trait Implementations§
Source§impl Clone for WeekdayType
impl Clone for WeekdayType
Source§fn clone(&self) -> WeekdayType
fn clone(&self) -> WeekdayType
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 WeekdayType
impl Debug for WeekdayType
Source§impl PartialEq for WeekdayType
impl PartialEq for WeekdayType
impl Copy for WeekdayType
impl StructuralPartialEq for WeekdayType
Auto Trait Implementations§
impl Freeze for WeekdayType
impl RefUnwindSafe for WeekdayType
impl Send for WeekdayType
impl Sync for WeekdayType
impl Unpin for WeekdayType
impl UnwindSafe for WeekdayType
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