pub struct BreakExpression {
pub label: Option<String>,
}
Fields§
§label: Option<String>
Trait Implementations§
Source§impl Clone for BreakExpression
impl Clone for BreakExpression
Source§fn clone(&self) -> BreakExpression
fn clone(&self) -> BreakExpression
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 BreakExpression
impl Debug for BreakExpression
Source§impl PartialEq for BreakExpression
impl PartialEq for BreakExpression
impl StructuralPartialEq for BreakExpression
Auto Trait Implementations§
impl Freeze for BreakExpression
impl RefUnwindSafe for BreakExpression
impl Send for BreakExpression
impl Sync for BreakExpression
impl Unpin for BreakExpression
impl UnwindSafe for BreakExpression
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