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