Struct icu_calendar::types::DayOfWeekInMonth
source · pub struct DayOfWeekInMonth(pub u32);
Expand description
A day of week in month. 1-based.
Tuple Fields§
§0: u32
Trait Implementations§
source§impl Clone for DayOfWeekInMonth
impl Clone for DayOfWeekInMonth
source§fn clone(&self) -> DayOfWeekInMonth
fn clone(&self) -> DayOfWeekInMonth
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DayOfWeekInMonth
impl Debug for DayOfWeekInMonth
source§impl From<DayOfMonth> for DayOfWeekInMonth
impl From<DayOfMonth> for DayOfWeekInMonth
source§fn from(day_of_month: DayOfMonth) -> Self
fn from(day_of_month: DayOfMonth) -> Self
Converts to this type from the input type.
source§impl PartialEq for DayOfWeekInMonth
impl PartialEq for DayOfWeekInMonth
source§fn eq(&self, other: &DayOfWeekInMonth) -> bool
fn eq(&self, other: &DayOfWeekInMonth) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DayOfWeekInMonth
impl StructuralPartialEq for DayOfWeekInMonth
Auto Trait Implementations§
impl Freeze for DayOfWeekInMonth
impl RefUnwindSafe for DayOfWeekInMonth
impl Send for DayOfWeekInMonth
impl Sync for DayOfWeekInMonth
impl Unpin for DayOfWeekInMonth
impl UnwindSafe for DayOfWeekInMonth
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