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