pub struct Workspace {
pub manifest: Manifest,
}Expand description
Represents the Cargo.toml of the workspace
See https://doc.rust-lang.org/cargo/reference/manifest.html#the-workspace
Fields§
§manifest: ManifestThe Cargo.toml of the workspace
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Workspace
impl RefUnwindSafe for Workspace
impl Send for Workspace
impl Sync for Workspace
impl Unpin for Workspace
impl UnwindSafe for Workspace
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