pub enum ConstructorArg {
FieldExpr(FieldExpr),
Spread(Spread),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConstructorArg
impl RefUnwindSafe for ConstructorArg
impl Send for ConstructorArg
impl Sync for ConstructorArg
impl Unpin for ConstructorArg
impl UnwindSafe for ConstructorArg
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