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