Struct cargo_wizard::CargoWorkspace
source · pub struct CargoWorkspace { /* private fields */ }Expand description
Cargo workspace project.
Implementations§
source§impl CargoWorkspace
impl CargoWorkspace
pub fn apply_template( self, profile: &Profile, template: &Template ) -> Result<ModifiedWorkspace>
pub fn existing_profiles(&self) -> Vec<String>
Trait Implementations§
source§impl Clone for CargoWorkspace
impl Clone for CargoWorkspace
source§fn clone(&self) -> CargoWorkspace
fn clone(&self) -> CargoWorkspace
Returns a copy 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 moreAuto Trait Implementations§
impl RefUnwindSafe for CargoWorkspace
impl Send for CargoWorkspace
impl Sync for CargoWorkspace
impl Unpin for CargoWorkspace
impl UnwindSafe for CargoWorkspace
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