pub struct CalendarDateId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for CalendarDateId
impl Clone for CalendarDateId
Source§fn clone(&self) -> CalendarDateId
fn clone(&self) -> CalendarDateId
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 moreimpl Copy for CalendarDateId
Source§impl Debug for CalendarDateId
impl Debug for CalendarDateId
impl Eq for CalendarDateId
Source§impl Hash for CalendarDateId
impl Hash for CalendarDateId
Source§impl PartialEq for CalendarDateId
impl PartialEq for CalendarDateId
Source§fn eq(&self, other: &CalendarDateId) -> bool
fn eq(&self, other: &CalendarDateId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CalendarDateId
Auto Trait Implementations§
impl Freeze for CalendarDateId
impl RefUnwindSafe for CalendarDateId
impl Send for CalendarDateId
impl Sync for CalendarDateId
impl Unpin for CalendarDateId
impl UnsafeUnpin for CalendarDateId
impl UnwindSafe for CalendarDateId
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