Struct cargo::ops::ExportInfo
source · [−]pub struct ExportInfo { /* private fields */ }
Expand description
This is the structure that is serialized and displayed to the user.
See cargo-metadata.adoc for detailed documentation of the format.
Trait Implementations
sourceimpl Serialize for ExportInfo
impl Serialize for ExportInfo
Auto Trait Implementations
impl RefUnwindSafe for ExportInfo
impl !Send for ExportInfo
impl !Sync for ExportInfo
impl Unpin for ExportInfo
impl UnwindSafe for ExportInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more