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