#[repr(u64)]pub enum WeekDay {
W1 = 1,
W2 = 2,
W3 = 3,
W4 = 4,
W5 = 5,
W6 = 6,
W7 = 7,
}
Variants§
Trait Implementations§
Source§impl TryFromData<u64> for WeekDay
impl TryFromData<u64> for WeekDay
fn try_from_data(val: u64) -> Result<Self>
impl Copy for WeekDay
impl Eq for WeekDay
impl StructuralPartialEq for WeekDay
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