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