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