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