Struct cargo::ops::OutputMetadataOptions
source · [−]pub struct OutputMetadataOptions {
pub features: Vec<String>,
pub no_default_features: bool,
pub all_features: bool,
pub no_deps: bool,
pub version: u32,
pub filter_platforms: Vec<String>,
}
Fields
features: Vec<String>
no_default_features: bool
all_features: bool
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more