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