Struct cargo::ops::OutputMetadataOptions
source · [−]pub struct OutputMetadataOptions {
pub cli_features: CliFeatures,
pub no_deps: bool,
pub version: u32,
pub filter_platforms: Vec<String>,
}
Fields
cli_features: CliFeatures
no_deps: bool
version: u32
filter_platforms: Vec<String>
Auto Trait Implementations
impl RefUnwindSafe for OutputMetadataOptions
impl !Send for OutputMetadataOptions
impl !Sync for OutputMetadataOptions
impl Unpin for OutputMetadataOptions
impl UnwindSafe for OutputMetadataOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more