pub struct startDay;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for startDay
impl RefUnwindSafe for startDay
impl Send for startDay
impl Sync for startDay
impl Unpin for startDay
impl UnwindSafe for startDay
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