pub struct Continue<'input> {
pub loc: Loc,
pub label: Option<Ident<'input>>,
}
Expand description
A continue
statement.
Fields§
§loc: Loc
§label: Option<Ident<'input>>
Implementations§
Trait Implementations§
impl<'input> StructuralPartialEq for Continue<'input>
Auto Trait Implementations§
impl<'input> Freeze for Continue<'input>
impl<'input> RefUnwindSafe for Continue<'input>
impl<'input> Send for Continue<'input>
impl<'input> Sync for Continue<'input>
impl<'input> Unpin for Continue<'input>
impl<'input> UnwindSafe for Continue<'input>
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