Struct go_vm::parser::AssignStmtKey
source · #[repr(transparent)]pub struct AssignStmtKey(_);
Implementations§
source§impl AssignStmtKey
impl AssignStmtKey
pub fn null() -> 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§fn from(k: usize) -> AssignStmtKey
fn from(k: usize) -> AssignStmtKey
Converts to this type from the input type.
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 moresource§impl PiggyVecKey for AssignStmtKey
impl PiggyVecKey for AssignStmtKey
impl Copy for AssignStmtKey
impl Eq for AssignStmtKey
impl StructuralEq for AssignStmtKey
impl StructuralPartialEq for AssignStmtKey
Auto Trait Implementations§
impl RefUnwindSafe for AssignStmtKey
impl Send for AssignStmtKey
impl Sync for AssignStmtKey
impl Unpin for AssignStmtKey
impl UnwindSafe for AssignStmtKey
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