pub struct LabelStmt<'ir> {
pub name: Ident<'ir>,
}Fields§
§name: Ident<'ir>Trait Implementations§
impl<'ir> Copy for LabelStmt<'ir>
impl<'ir> StructuralPartialEq for LabelStmt<'ir>
Auto Trait Implementations§
impl<'ir> Freeze for LabelStmt<'ir>
impl<'ir> RefUnwindSafe for LabelStmt<'ir>
impl<'ir> Send for LabelStmt<'ir>
impl<'ir> Sync for LabelStmt<'ir>
impl<'ir> Unpin for LabelStmt<'ir>
impl<'ir> UnwindSafe for LabelStmt<'ir>
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