pub struct FeatureNegotiationError {
pub unsupported_required: BTreeSet<String>,
}Fields§
§unsupported_required: BTreeSet<String>Trait Implementations§
Source§impl Clone for FeatureNegotiationError
impl Clone for FeatureNegotiationError
Source§fn clone(&self) -> FeatureNegotiationError
fn clone(&self) -> FeatureNegotiationError
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 moreSource§impl Debug for FeatureNegotiationError
impl Debug for FeatureNegotiationError
impl Eq for FeatureNegotiationError
Source§impl PartialEq for FeatureNegotiationError
impl PartialEq for FeatureNegotiationError
impl StructuralPartialEq for FeatureNegotiationError
Auto Trait Implementations§
impl Freeze for FeatureNegotiationError
impl RefUnwindSafe for FeatureNegotiationError
impl Send for FeatureNegotiationError
impl Sync for FeatureNegotiationError
impl Unpin for FeatureNegotiationError
impl UnsafeUnpin for FeatureNegotiationError
impl UnwindSafe for FeatureNegotiationError
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