pub struct Manifest(/* private fields */);Implementations§
Methods from Deref<Target = Manifest>§
Sourcepub fn needs_workspace_inheritance(&self) -> bool
pub fn needs_workspace_inheritance(&self) -> bool
If true, some fields are unavailable. If false, it’s fully usable as-is.
It is false in manifests that use workspace inheritance, but had their data completed from the root manifest already.
Trait Implementations§
impl StructuralPartialEq for Manifest
Auto Trait Implementations§
impl Freeze for Manifest
impl RefUnwindSafe for Manifest
impl Send for Manifest
impl Sync for Manifest
impl Unpin for Manifest
impl UnwindSafe for Manifest
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