Struct xlang_syntax::ast::Continue
source · [−]Expand description
A continue statement.
Fields
loc: Loclabel: Option<Ident<'input>>Implementations
Trait Implementations
sourceimpl<'input> PartialEq<Continue<'input>> for Continue<'input>
impl<'input> PartialEq<Continue<'input>> for Continue<'input>
impl<'input> StructuralPartialEq for Continue<'input>
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more