Struct move_ir_types::ast::BlockLabel
source · pub struct BlockLabel(pub Symbol);
Tuple Fields§
§0: Symbol
Trait Implementations§
source§impl Clone for BlockLabel
impl Clone for BlockLabel
source§fn clone(&self) -> BlockLabel
fn clone(&self) -> BlockLabel
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 BlockLabel
impl Debug for BlockLabel
source§impl<'de> Deserialize<'de> for BlockLabel
impl<'de> Deserialize<'de> for BlockLabel
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for BlockLabel
impl Hash for BlockLabel
source§impl Ord for BlockLabel
impl Ord for BlockLabel
source§fn cmp(&self, other: &BlockLabel) -> Ordering
fn cmp(&self, other: &BlockLabel) -> 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<BlockLabel> for BlockLabel
impl PartialEq<BlockLabel> for BlockLabel
source§fn eq(&self, other: &BlockLabel) -> bool
fn eq(&self, other: &BlockLabel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<BlockLabel> for BlockLabel
impl PartialOrd<BlockLabel> for BlockLabel
source§fn partial_cmp(&self, other: &BlockLabel) -> Option<Ordering>
fn partial_cmp(&self, other: &BlockLabel) -> 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