pub enum CapabilityEnableOtherError {
Reserved,
}
Available on crate features
ext_*
and ext_enable
only.Variants§
Reserved
Trait Implementations§
source§impl Clone for CapabilityEnableOtherError
impl Clone for CapabilityEnableOtherError
source§fn clone(&self) -> CapabilityEnableOtherError
fn clone(&self) -> CapabilityEnableOtherError
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 CapabilityEnableOtherError
impl Debug for CapabilityEnableOtherError
source§impl Display for CapabilityEnableOtherError
impl Display for CapabilityEnableOtherError
source§impl Error for CapabilityEnableOtherError
impl Error for CapabilityEnableOtherError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl Hash for CapabilityEnableOtherError
impl Hash for CapabilityEnableOtherError
source§impl Ord for CapabilityEnableOtherError
impl Ord for CapabilityEnableOtherError
source§fn cmp(&self, other: &CapabilityEnableOtherError) -> Ordering
fn cmp(&self, other: &CapabilityEnableOtherError) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<CapabilityEnableOtherError> for CapabilityEnableOtherError
impl PartialEq<CapabilityEnableOtherError> for CapabilityEnableOtherError
source§fn eq(&self, other: &CapabilityEnableOtherError) -> bool
fn eq(&self, other: &CapabilityEnableOtherError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<CapabilityEnableOtherError> for CapabilityEnableOtherError
impl PartialOrd<CapabilityEnableOtherError> for CapabilityEnableOtherError
source§fn partial_cmp(&self, other: &CapabilityEnableOtherError) -> Option<Ordering>
fn partial_cmp(&self, other: &CapabilityEnableOtherError) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for CapabilityEnableOtherError
impl StructuralEq for CapabilityEnableOtherError
impl StructuralPartialEq for CapabilityEnableOtherError
Auto Trait Implementations§
impl RefUnwindSafe for CapabilityEnableOtherError
impl Send for CapabilityEnableOtherError
impl Sync for CapabilityEnableOtherError
impl Unpin for CapabilityEnableOtherError
impl UnwindSafe for CapabilityEnableOtherError
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