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