pub struct InitListExpr {
pub elems: Vec<Expr>,
pub span: Span,
}Fields§
§elems: Vec<Expr>§span: SpanTrait Implementations§
Source§impl Clone for InitListExpr
impl Clone for InitListExpr
Source§fn clone(&self) -> InitListExpr
fn clone(&self) -> InitListExpr
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InitListExpr
impl Debug for InitListExpr
Source§impl PartialEq for InitListExpr
impl PartialEq for InitListExpr
impl StructuralPartialEq for InitListExpr
Auto Trait Implementations§
impl Freeze for InitListExpr
impl RefUnwindSafe for InitListExpr
impl Send for InitListExpr
impl Sync for InitListExpr
impl Unpin for InitListExpr
impl UnwindSafe for InitListExpr
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more