pub struct DependencyOptimization {
pub crate_name: String,
pub features: Vec<String>,
pub disabled_features: Vec<String>,
pub replacement: Option<String>,
}Fields§
§crate_name: String§features: Vec<String>§disabled_features: Vec<String>§replacement: Option<String>Trait Implementations§
Source§impl Clone for DependencyOptimization
impl Clone for DependencyOptimization
Source§fn clone(&self) -> DependencyOptimization
fn clone(&self) -> DependencyOptimization
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 moreAuto Trait Implementations§
impl Freeze for DependencyOptimization
impl RefUnwindSafe for DependencyOptimization
impl Send for DependencyOptimization
impl Sync for DependencyOptimization
impl Unpin for DependencyOptimization
impl UnwindSafe for DependencyOptimization
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