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