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