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