pub struct FeaturesCompleteState {
pub f: FeaturesWithCommas,
pub no_default_features: bool,
pub all_features: bool,
pub targets: Vec<String>,
}Fields§
§f: FeaturesWithCommas§no_default_features: bool§all_features: bool§targets: Vec<String>Trait Implementations§
Source§impl Clone for FeaturesCompleteState
impl Clone for FeaturesCompleteState
Source§fn clone(&self) -> FeaturesCompleteState
fn clone(&self) -> FeaturesCompleteState
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 FeaturesCompleteState
impl Debug for FeaturesCompleteState
Source§impl<'de> Deserialize<'de> for FeaturesCompleteState
impl<'de> Deserialize<'de> for FeaturesCompleteState
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for FeaturesCompleteState
impl RefUnwindSafe for FeaturesCompleteState
impl Send for FeaturesCompleteState
impl Sync for FeaturesCompleteState
impl Unpin for FeaturesCompleteState
impl UnwindSafe for FeaturesCompleteState
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