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