pub struct CalendarYear { /* private fields */ }Implementations§
Source§impl CalendarYear
impl CalendarYear
Trait Implementations§
Source§impl Clone for CalendarYear
impl Clone for CalendarYear
Source§fn clone(&self) -> CalendarYear
fn clone(&self) -> CalendarYear
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CalendarYear
impl Debug for CalendarYear
Source§impl PartialEq for CalendarYear
impl PartialEq for CalendarYear
Source§fn eq(&self, other: &CalendarYear) -> bool
fn eq(&self, other: &CalendarYear) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CalendarYear
impl Eq for CalendarYear
impl StructuralPartialEq for CalendarYear
Auto Trait Implementations§
impl Freeze for CalendarYear
impl RefUnwindSafe for CalendarYear
impl Send for CalendarYear
impl Sync for CalendarYear
impl Unpin for CalendarYear
impl UnsafeUnpin for CalendarYear
impl UnwindSafe for CalendarYear
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