pub struct EmbeddedManifest {
pub toml_content: String,
}Expand description
Embedded Cargo manifest extracted from //! doc comments.
Fields§
§toml_content: StringRaw TOML content (may contain [dependencies], [package], etc.).
Auto Trait Implementations§
impl Freeze for EmbeddedManifest
impl RefUnwindSafe for EmbeddedManifest
impl Send for EmbeddedManifest
impl Sync for EmbeddedManifest
impl Unpin for EmbeddedManifest
impl UnsafeUnpin for EmbeddedManifest
impl UnwindSafe for EmbeddedManifest
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