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