pub struct BreakOutsideLoop;Expand description
Cannot use break outside of a loop.
Trait Implementations§
Source§impl Clone for BreakOutsideLoop
impl Clone for BreakOutsideLoop
Source§fn clone(&self) -> BreakOutsideLoop
fn clone(&self) -> BreakOutsideLoop
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BreakOutsideLoop
impl Debug for BreakOutsideLoop
Source§impl ErrorKind for BreakOutsideLoop
impl ErrorKind for BreakOutsideLoop
Source§impl PartialEq for BreakOutsideLoop
impl PartialEq for BreakOutsideLoop
impl StructuralPartialEq for BreakOutsideLoop
Auto Trait Implementations§
impl Freeze for BreakOutsideLoop
impl RefUnwindSafe for BreakOutsideLoop
impl Send for BreakOutsideLoop
impl Sync for BreakOutsideLoop
impl Unpin for BreakOutsideLoop
impl UnwindSafe for BreakOutsideLoop
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