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