pub struct BreakStatement;
Trait Implementations§
Source§impl Clone for BreakStatement
impl Clone for BreakStatement
Source§fn clone(&self) -> BreakStatement
fn clone(&self) -> BreakStatement
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 BreakStatement
impl Debug for BreakStatement
Source§impl PartialEq for BreakStatement
impl PartialEq for BreakStatement
impl StructuralPartialEq for BreakStatement
Auto Trait Implementations§
impl Freeze for BreakStatement
impl RefUnwindSafe for BreakStatement
impl Send for BreakStatement
impl Sync for BreakStatement
impl Unpin for BreakStatement
impl UnwindSafe for BreakStatement
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