Struct go_vm::types::MetadataKey
source · #[repr(transparent)]pub struct MetadataKey(_);
Implementations§
source§impl MetadataKey
impl MetadataKey
Trait Implementations§
source§impl Clone for MetadataKey
impl Clone for MetadataKey
source§fn clone(&self) -> MetadataKey
fn clone(&self) -> MetadataKey
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 MetadataKey
impl Debug for MetadataKey
source§impl Default for MetadataKey
impl Default for MetadataKey
source§fn default() -> MetadataKey
fn default() -> MetadataKey
Returns the “default value” for a type. Read more
source§impl From<usize> for MetadataKey
impl From<usize> for MetadataKey
source§impl Hash for MetadataKey
impl Hash for MetadataKey
source§impl Ord for MetadataKey
impl Ord for MetadataKey
source§fn cmp(&self, other: &MetadataKey) -> Ordering
fn cmp(&self, other: &MetadataKey) -> 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<MetadataKey> for MetadataKey
impl PartialEq<MetadataKey> for MetadataKey
source§fn eq(&self, other: &MetadataKey) -> bool
fn eq(&self, other: &MetadataKey) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<MetadataKey> for MetadataKey
impl PartialOrd<MetadataKey> for MetadataKey
source§fn partial_cmp(&self, other: &MetadataKey) -> Option<Ordering>
fn partial_cmp(&self, other: &MetadataKey) -> 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 moresource§impl PiggyVecKey for MetadataKey
impl PiggyVecKey for MetadataKey
impl Copy for MetadataKey
impl Eq for MetadataKey
impl StructuralEq for MetadataKey
impl StructuralPartialEq for MetadataKey
Auto Trait Implementations§
impl RefUnwindSafe for MetadataKey
impl Send for MetadataKey
impl Sync for MetadataKey
impl Unpin for MetadataKey
impl UnwindSafe for MetadataKey
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