pub struct BreakStmt {}Expand description
BREAK.
Trait Implementations§
impl StructuralPartialEq for BreakStmt
Auto Trait Implementations§
impl Freeze for BreakStmt
impl RefUnwindSafe for BreakStmt
impl Send for BreakStmt
impl Sync for BreakStmt
impl Unpin for BreakStmt
impl UnsafeUnpin for BreakStmt
impl UnwindSafe for BreakStmt
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