Struct target_features::UnknownFeature
source · pub struct UnknownFeature;Expand description
Returned by Feature::new when the requested feature can’t be found.
Trait Implementations§
source§impl Clone for UnknownFeature
impl Clone for UnknownFeature
source§fn clone(&self) -> UnknownFeature
fn clone(&self) -> UnknownFeature
Returns a copy 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 more