Struct semantic_analyzer::types::LabelName
source · pub struct LabelName(_);
Expand description
Label name type
Trait Implementations§
source§impl PartialEq<LabelName> for LabelName
impl PartialEq<LabelName> for LabelName
impl Eq for LabelName
impl StructuralEq for LabelName
impl StructuralPartialEq for LabelName
Auto Trait Implementations§
impl RefUnwindSafe for LabelName
impl Send for LabelName
impl Sync for LabelName
impl Unpin for LabelName
impl UnwindSafe for LabelName
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