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