pub enum StructSpread {
None,
From(Box<Expression>),
ZeroFill {
span: Span,
},
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for StructSpread
impl Clone for StructSpread
Source§fn clone(&self) -> StructSpread
fn clone(&self) -> StructSpread
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 StructSpread
impl Debug for StructSpread
Source§impl PartialEq for StructSpread
impl PartialEq for StructSpread
impl StructuralPartialEq for StructSpread
Auto Trait Implementations§
impl Freeze for StructSpread
impl RefUnwindSafe for StructSpread
impl Send for StructSpread
impl Sync for StructSpread
impl Unpin for StructSpread
impl UnsafeUnpin for StructSpread
impl UnwindSafe for StructSpread
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