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