pub enum FirstDay {
Monday,
Sunday,
}Variants§
Trait Implementations§
impl Copy for FirstDay
impl Eq for FirstDay
impl StructuralPartialEq for FirstDay
Auto Trait Implementations§
impl Freeze for FirstDay
impl RefUnwindSafe for FirstDay
impl Send for FirstDay
impl Sync for FirstDay
impl Unpin for FirstDay
impl UnsafeUnpin for FirstDay
impl UnwindSafe for FirstDay
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