pub struct StmtLabel {
pub name: SpannedString,
pub span: Span,
}Expand description
label definition
Fields§
§name: SpannedString§span: SpanImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StmtLabel
impl RefUnwindSafe for StmtLabel
impl Send for StmtLabel
impl Sync for StmtLabel
impl Unpin for StmtLabel
impl UnwindSafe for StmtLabel
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