pub(super) struct Weekday {
    repr: Option<WeekdayRepr>,
    one_indexed: Option<WeekdayOneIndexed>,
    case_sensitive: Option<WeekdayCaseSensitive>,
}Fields§
§repr: Option<WeekdayRepr>§one_indexed: Option<WeekdayOneIndexed>§case_sensitive: Option<WeekdayCaseSensitive>Implementations§
Auto Trait Implementations§
impl Freeze for Weekday
impl RefUnwindSafe for Weekday
impl Send for Weekday
impl Sync for Weekday
impl Unpin for Weekday
impl UnwindSafe for Weekday
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