Struct icu_calendar::types::WeekOfMonth
source · pub struct WeekOfMonth(pub u32);
Expand description
A week number in a month. Usually 1-based.
Tuple Fields§
§0: u32
Trait Implementations§
source§impl Clone for WeekOfMonth
impl Clone for WeekOfMonth
source§fn clone(&self) -> WeekOfMonth
fn clone(&self) -> WeekOfMonth
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 WeekOfMonth
impl Debug for WeekOfMonth
source§impl PartialEq for WeekOfMonth
impl PartialEq for WeekOfMonth
source§fn eq(&self, other: &WeekOfMonth) -> bool
fn eq(&self, other: &WeekOfMonth) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for WeekOfMonth
impl StructuralPartialEq for WeekOfMonth
Auto Trait Implementations§
impl Freeze for WeekOfMonth
impl RefUnwindSafe for WeekOfMonth
impl Send for WeekOfMonth
impl Sync for WeekOfMonth
impl Unpin for WeekOfMonth
impl UnwindSafe for WeekOfMonth
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