pub struct MissingFeatureError { /* private fields */ }Expand description
An error created during feature resolution when a required feature is missing.
Trait Implementations§
Source§impl Clone for MissingFeatureError
impl Clone for MissingFeatureError
Source§fn clone(&self) -> MissingFeatureError
fn clone(&self) -> MissingFeatureError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MissingFeatureError
Source§impl Debug for MissingFeatureError
impl Debug for MissingFeatureError
Auto Trait Implementations§
impl Freeze for MissingFeatureError
impl RefUnwindSafe for MissingFeatureError
impl Send for MissingFeatureError
impl Sync for MissingFeatureError
impl Unpin for MissingFeatureError
impl UnsafeUnpin for MissingFeatureError
impl UnwindSafe for MissingFeatureError
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