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