#[repr(transparent)]pub struct Yearmon(pub u16);Expand description
Year and Month Counters
Tuple Fields§
§0: u16Implementations§
Trait Implementations§
impl Copy for Yearmon
impl Eq for Yearmon
impl StructuralPartialEq for Yearmon
Auto Trait Implementations§
impl Freeze for Yearmon
impl RefUnwindSafe for Yearmon
impl Send for Yearmon
impl Sync for Yearmon
impl Unpin for Yearmon
impl UnwindSafe for Yearmon
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