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