pub struct AnnotationId(/* private fields */);Expand description
Unique annotation identifier.
Implementations§
Source§impl AnnotationId
impl AnnotationId
Trait 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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AnnotationId
impl Debug for AnnotationId
Source§impl Default for AnnotationId
impl Default for AnnotationId
Source§impl Hash for AnnotationId
impl Hash for AnnotationId
Source§impl PartialEq for AnnotationId
impl PartialEq for AnnotationId
impl Copy for AnnotationId
impl Eq 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 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