pub struct SpreadExpr {
pub span: Span,
pub arg: ExprRef,
}Fields§
§span: Span§arg: ExprRefTrait Implementations§
Source§impl Clone for SpreadExpr
impl Clone for SpreadExpr
Source§fn clone(&self) -> SpreadExpr
fn clone(&self) -> SpreadExpr
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SpreadExpr
impl RefUnwindSafe for SpreadExpr
impl Send for SpreadExpr
impl Sync for SpreadExpr
impl Unpin for SpreadExpr
impl UnsafeUnpin for SpreadExpr
impl UnwindSafe for SpreadExpr
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