pub enum FeatureError {
MissingRequired(u64),
}Expand description
Feature negotiation error.
Variants§
Trait Implementations§
Source§impl Clone for FeatureError
impl Clone for FeatureError
Source§fn clone(&self) -> FeatureError
fn clone(&self) -> FeatureError
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 FeatureError
impl Debug for FeatureError
Source§impl PartialEq for FeatureError
impl PartialEq for FeatureError
impl Copy for FeatureError
impl Eq for FeatureError
impl StructuralPartialEq for FeatureError
Auto Trait Implementations§
impl Freeze for FeatureError
impl RefUnwindSafe for FeatureError
impl Send for FeatureError
impl Sync for FeatureError
impl Unpin for FeatureError
impl UnwindSafe for FeatureError
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