Struct xlang_syntax::ast::Break
source · [−]Expand description
A break statement.
Fields
loc: Loclabel: Option<Ident<'input>>Implementations
Trait Implementations
sourceimpl<'input> PartialEq<Break<'input>> for Break<'input>
impl<'input> PartialEq<Break<'input>> for Break<'input>
impl<'input> StructuralPartialEq for Break<'input>
Auto Trait Implementations
impl<'input> RefUnwindSafe for Break<'input>
impl<'input> Send for Break<'input>
impl<'input> Sync for Break<'input>
impl<'input> Unpin for Break<'input>
impl<'input> UnwindSafe for Break<'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