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