pub struct SpreadElement {
pub argument: Box<Expression>,
}Fields§
§argument: Box<Expression>Trait Implementations§
Source§impl Clone for SpreadElement
impl Clone for SpreadElement
Source§fn clone(&self) -> SpreadElement
fn clone(&self) -> SpreadElement
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 SpreadElement
impl RefUnwindSafe for SpreadElement
impl Send for SpreadElement
impl Sync for SpreadElement
impl Unpin for SpreadElement
impl UnsafeUnpin for SpreadElement
impl UnwindSafe for SpreadElement
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