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