pub struct DayOfWeekAsStructU64(pub u64);Tuple Fields§
§0: u64Auto Trait Implementations§
impl Freeze for DayOfWeekAsStructU64
impl RefUnwindSafe for DayOfWeekAsStructU64
impl Send for DayOfWeekAsStructU64
impl Sync for DayOfWeekAsStructU64
impl Unpin for DayOfWeekAsStructU64
impl UnwindSafe for DayOfWeekAsStructU64
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