pub struct ModifiedWorkspace { /* private fields */ }Expand description
Workspace that was modified through a template.
Implementations§
Source§impl ModifiedWorkspace
impl ModifiedWorkspace
pub fn manifest(&self) -> &ModificationResult<CargoManifest>
pub fn config(&self) -> &ModificationResult<CargoConfig>
pub fn write(self) -> Result<()>
Auto Trait Implementations§
impl Freeze for ModifiedWorkspace
impl RefUnwindSafe for ModifiedWorkspace
impl Send for ModifiedWorkspace
impl Sync for ModifiedWorkspace
impl Unpin for ModifiedWorkspace
impl UnsafeUnpin for ModifiedWorkspace
impl UnwindSafe for ModifiedWorkspace
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