pub struct PackageJsonConfig {
pub react_version: String,
}
Expand description
Configuration struct to generate the package.json
file of the test app.
Fields§
§react_version: String
The version of React to use.
Trait Implementations§
Source§impl Debug for PackageJsonConfig
impl Debug for PackageJsonConfig
Auto Trait Implementations§
impl Freeze for PackageJsonConfig
impl RefUnwindSafe for PackageJsonConfig
impl Send for PackageJsonConfig
impl Sync for PackageJsonConfig
impl Unpin for PackageJsonConfig
impl UnwindSafe for PackageJsonConfig
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