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