Struct WeekDays
#[repr(transparent)]pub struct WeekDays(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for WeekDays
impl Eq for WeekDays
impl StructuralPartialEq for WeekDays
Auto Trait Implementations§
impl Freeze for WeekDays
impl RefUnwindSafe for WeekDays
impl Send for WeekDays
impl Sync for WeekDays
impl Unpin for WeekDays
impl UnwindSafe for WeekDays
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