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