Struct BtLabelIdentifier
pub struct BtLabelIdentifier(pub String);Expand description
A label identifier in IR.
Tuple Fields§
§0: StringTrait Implementations§
§impl Clone for BtLabelIdentifier
impl Clone for BtLabelIdentifier
§fn clone(&self) -> BtLabelIdentifier
fn clone(&self) -> BtLabelIdentifier
Returns a duplicate 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 more§impl Debug for BtLabelIdentifier
impl Debug for BtLabelIdentifier
§impl PartialEq for BtLabelIdentifier
impl PartialEq for BtLabelIdentifier
impl Eq for BtLabelIdentifier
impl StructuralPartialEq for BtLabelIdentifier
Auto Trait Implementations§
impl Freeze for BtLabelIdentifier
impl RefUnwindSafe for BtLabelIdentifier
impl Send for BtLabelIdentifier
impl Sync for BtLabelIdentifier
impl Unpin for BtLabelIdentifier
impl UnwindSafe for BtLabelIdentifier
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