Struct xlang_syntax::ast::Else
source · [−]Expand description
An else branch.
Fields
loc: Locblock: Block<'input>Implementations
Trait Implementations
sourceimpl<'input> PartialEq<Else<'input>> for Else<'input>
impl<'input> PartialEq<Else<'input>> for Else<'input>
impl<'input> StructuralPartialEq for Else<'input>
Auto Trait Implementations
impl<'input> RefUnwindSafe for Else<'input>
impl<'input> Send for Else<'input>
impl<'input> Sync for Else<'input>
impl<'input> Unpin for Else<'input>
impl<'input> UnwindSafe for Else<'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