pub struct CollectMetadataConfig {Show 13 fields
pub quiet: bool,
pub features: Option<String>,
pub all_features: bool,
pub no_default_features: bool,
pub all_targets: bool,
pub target: Option<String>,
pub manifest_path: Option<String>,
pub verbose: u32,
pub color: Option<String>,
pub frozen: bool,
pub locked: bool,
pub offline: bool,
pub unstable_flags: Vec<String>,
}Fields§
§quiet: bool§features: Option<String>§all_features: bool§no_default_features: bool§all_targets: bool§target: Option<String>§manifest_path: Option<String>§verbose: u32§color: Option<String>§frozen: bool§locked: bool§offline: bool§unstable_flags: Vec<String>Trait Implementations§
Source§impl Clone for CollectMetadataConfig
impl Clone for CollectMetadataConfig
Source§fn clone(&self) -> CollectMetadataConfig
fn clone(&self) -> CollectMetadataConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CollectMetadataConfig
impl Debug for CollectMetadataConfig
Auto Trait Implementations§
impl Freeze for CollectMetadataConfig
impl RefUnwindSafe for CollectMetadataConfig
impl Send for CollectMetadataConfig
impl Sync for CollectMetadataConfig
impl Unpin for CollectMetadataConfig
impl UnsafeUnpin for CollectMetadataConfig
impl UnwindSafe for CollectMetadataConfig
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