Struct xlang_syntax::ast::Block
source · [−]Expand description
A code block.
Fields
loc: Locaction: Vec<Expr<'input>>Implementations
Trait Implementations
sourceimpl<'input> PartialEq<Block<'input>> for Block<'input>
impl<'input> PartialEq<Block<'input>> for Block<'input>
impl<'input> StructuralPartialEq for Block<'input>
Auto Trait Implementations
impl<'input> RefUnwindSafe for Block<'input>
impl<'input> Send for Block<'input>
impl<'input> Sync for Block<'input>
impl<'input> Unpin for Block<'input>
impl<'input> UnwindSafe for Block<'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