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 moresource§impl Debug for UnknownFeature
impl Debug for UnknownFeature
source§impl Display for UnknownFeature
impl Display for UnknownFeature
impl Copy for UnknownFeature
Auto Trait Implementations§
impl Freeze for UnknownFeature
impl RefUnwindSafe for UnknownFeature
impl Send for UnknownFeature
impl Sync for UnknownFeature
impl Unpin for UnknownFeature
impl UnwindSafe for UnknownFeature
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