Struct stam::AnnotationHandle
source · pub struct AnnotationHandle(_);Trait Implementations§
source§impl Clone for AnnotationHandle
impl Clone for AnnotationHandle
source§fn clone(&self) -> AnnotationHandle
fn clone(&self) -> AnnotationHandle
Returns a copy 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 AnnotationHandle
impl Debug for AnnotationHandle
source§impl<'a> From<&AnnotationHandle> for Item<'a, Annotation>
impl<'a> From<&AnnotationHandle> for Item<'a, Annotation>
source§fn from(handle: &AnnotationHandle) -> Self
fn from(handle: &AnnotationHandle) -> Self
Converts to this type from the input type.
source§impl<'a> From<AnnotationHandle> for Item<'a, Annotation>
impl<'a> From<AnnotationHandle> for Item<'a, Annotation>
source§fn from(handle: AnnotationHandle) -> Self
fn from(handle: AnnotationHandle) -> Self
Converts to this type from the input type.
source§impl Handle for AnnotationHandle
impl Handle for AnnotationHandle
source§impl Hash for AnnotationHandle
impl Hash for AnnotationHandle
source§impl Ord for AnnotationHandle
impl Ord for AnnotationHandle
source§fn cmp(&self, other: &AnnotationHandle) -> Ordering
fn cmp(&self, other: &AnnotationHandle) -> Ordering
1.21.0 · 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<AnnotationHandle> for AnnotationHandle
impl PartialEq<AnnotationHandle> for AnnotationHandle
source§fn eq(&self, other: &AnnotationHandle) -> bool
fn eq(&self, other: &AnnotationHandle) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<AnnotationHandle> for AnnotationHandle
impl PartialOrd<AnnotationHandle> for AnnotationHandle
source§fn partial_cmp(&self, other: &AnnotationHandle) -> Option<Ordering>
fn partial_cmp(&self, other: &AnnotationHandle) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for AnnotationHandle
impl Eq for AnnotationHandle
impl StructuralEq for AnnotationHandle
impl StructuralPartialEq for AnnotationHandle
Auto Trait Implementations§
impl RefUnwindSafe for AnnotationHandle
impl Send for AnnotationHandle
impl Sync for AnnotationHandle
impl Unpin for AnnotationHandle
impl UnwindSafe for AnnotationHandle
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