enum WeekdayOneIndexed {
False,
True,
}
Variants§
Implementations§
Trait Implementations§
source§impl Default for WeekdayOneIndexed
impl Default for WeekdayOneIndexed
source§fn default() -> WeekdayOneIndexed
fn default() -> WeekdayOneIndexed
Returns the “default value” for a type. Read more
source§impl From<WeekdayOneIndexed> for bool
impl From<WeekdayOneIndexed> for bool
source§fn from(modifier: WeekdayOneIndexed) -> Self
fn from(modifier: WeekdayOneIndexed) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for WeekdayOneIndexed
impl RefUnwindSafe for WeekdayOneIndexed
impl Send for WeekdayOneIndexed
impl Sync for WeekdayOneIndexed
impl Unpin for WeekdayOneIndexed
impl UnwindSafe for WeekdayOneIndexed
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