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