pub struct DateInMonth(pub u32);
Expand description
Date (1-31)
Tuple Fields§
§0: u32
Trait Implementations§
Source§impl Clone for DateInMonth
impl Clone for DateInMonth
Source§fn clone(&self) -> DateInMonth
fn clone(&self) -> DateInMonth
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DateInMonth
impl Debug for DateInMonth
Source§impl From<DateInMonth> for u16
impl From<DateInMonth> for u16
Source§fn from(inner: DateInMonth) -> u16
fn from(inner: DateInMonth) -> u16
Converts to this type from the input type.
Source§impl From<DateInMonth> for u32
impl From<DateInMonth> for u32
Source§fn from(inner: DateInMonth) -> u32
fn from(inner: DateInMonth) -> u32
Converts to this type from the input type.
Source§impl From<DateInMonth> for u8
impl From<DateInMonth> for u8
Source§fn from(inner: DateInMonth) -> u8
fn from(inner: DateInMonth) -> u8
Converts to this type from the input type.
Source§impl From<u16> for DateInMonth
impl From<u16> for DateInMonth
Source§fn from(inner: u16) -> DateInMonth
fn from(inner: u16) -> DateInMonth
Converts to this type from the input type.
Source§impl From<u32> for DateInMonth
impl From<u32> for DateInMonth
Source§fn from(inner: u32) -> DateInMonth
fn from(inner: u32) -> DateInMonth
Converts to this type from the input type.
Source§impl From<u8> for DateInMonth
impl From<u8> for DateInMonth
Source§fn from(inner: u8) -> DateInMonth
fn from(inner: u8) -> DateInMonth
Converts to this type from the input type.
impl Copy for DateInMonth
Auto Trait Implementations§
impl Freeze for DateInMonth
impl RefUnwindSafe for DateInMonth
impl Send for DateInMonth
impl Sync for DateInMonth
impl Unpin for DateInMonth
impl UnwindSafe for DateInMonth
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