pub struct AnnotationId(pub usize);Expand description
Data type for annotation identifier.
Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for AnnotationId
impl Clone for AnnotationId
Source§fn clone(&self) -> AnnotationId
fn clone(&self) -> AnnotationId
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 AnnotationId
Source§impl Debug for AnnotationId
impl Debug for AnnotationId
Source§impl<'de> Deserialize<'de> for AnnotationId
impl<'de> Deserialize<'de> for AnnotationId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for AnnotationId
Source§impl Ord for AnnotationId
impl Ord for AnnotationId
Source§fn cmp(&self, other: &AnnotationId) -> Ordering
fn cmp(&self, other: &AnnotationId) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AnnotationId
impl PartialEq for AnnotationId
Source§fn eq(&self, other: &AnnotationId) -> bool
fn eq(&self, other: &AnnotationId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AnnotationId
impl PartialOrd for AnnotationId
Source§impl Serialize for AnnotationId
impl Serialize for AnnotationId
impl StructuralPartialEq for AnnotationId
Auto Trait Implementations§
impl Freeze for AnnotationId
impl RefUnwindSafe for AnnotationId
impl Send for AnnotationId
impl Sync for AnnotationId
impl Unpin for AnnotationId
impl UnsafeUnpin for AnnotationId
impl UnwindSafe for AnnotationId
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