pub struct RustProjectFixture {
pub name: String,
pub version: String,
}Expand description
Sample Rust project for testing
Fields§
§name: String§version: StringImplementations§
Source§impl RustProjectFixture
impl RustProjectFixture
Trait Implementations§
Source§impl Clone for RustProjectFixture
impl Clone for RustProjectFixture
Source§fn clone(&self) -> RustProjectFixture
fn clone(&self) -> RustProjectFixture
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 RustProjectFixture
impl RefUnwindSafe for RustProjectFixture
impl Send for RustProjectFixture
impl Sync for RustProjectFixture
impl Unpin for RustProjectFixture
impl UnsafeUnpin for RustProjectFixture
impl UnwindSafe for RustProjectFixture
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