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