Enum timer_util::MonthDay
source · [−]#[repr(u32)]
pub enum MonthDay {
Show 31 variants
D1,
D2,
D3,
D4,
D5,
D6,
D7,
D8,
D9,
D10,
D11,
D12,
D13,
D14,
D15,
D16,
D17,
D18,
D19,
D20,
D21,
D22,
D23,
D24,
D25,
D26,
D27,
D28,
D29,
D30,
D31,
}Variants
D1
D2
D3
D4
D5
D6
D7
D8
D9
D10
D11
D12
D13
D14
D15
D16
D17
D18
D19
D20
D21
D22
D23
D24
D25
D26
D27
D28
D29
D30
D31
Trait Implementations
sourceimpl TryFromData<u32> for MonthDay
impl TryFromData<u32> for MonthDay
fn try_from_data(val: u32) -> Result<Self>
impl Copy for MonthDay
impl Eq for MonthDay
impl StructuralEq for MonthDay
impl StructuralPartialEq for MonthDay
Auto Trait Implementations
impl RefUnwindSafe for MonthDay
impl Send for MonthDay
impl Sync for MonthDay
impl Unpin for MonthDay
impl UnwindSafe for MonthDay
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more