pub enum EnabledBackend {}
Expand description
Backend enumerator.
Implementations§
Trait Implementations§
Source§impl Clone for EnabledBackend
impl Clone for EnabledBackend
Source§fn clone(&self) -> EnabledBackend
fn clone(&self) -> EnabledBackend
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 EnabledBackend
impl Debug for EnabledBackend
Source§impl Display for EnabledBackend
impl Display for EnabledBackend
Source§impl From<EnabledBackend> for Backend
impl From<EnabledBackend> for Backend
Source§fn from(back: EnabledBackend) -> Self
fn from(back: EnabledBackend) -> Self
Converts to this type from the input type.
Source§impl Hash for EnabledBackend
impl Hash for EnabledBackend
Source§impl Ord for EnabledBackend
impl Ord for EnabledBackend
Source§fn cmp(&self, other: &EnabledBackend) -> Ordering
fn cmp(&self, other: &EnabledBackend) -> 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 for EnabledBackend
impl PartialEq for EnabledBackend
Source§impl PartialOrd for EnabledBackend
impl PartialOrd for EnabledBackend
Source§impl TryFrom<Backend> for EnabledBackend
impl TryFrom<Backend> for EnabledBackend
Source§type Error = NotEnabled
type Error = NotEnabled
The type returned in the event of a conversion error.
impl Copy for EnabledBackend
impl Eq for EnabledBackend
impl StructuralPartialEq for EnabledBackend
Auto Trait Implementations§
impl Freeze for EnabledBackend
impl RefUnwindSafe for EnabledBackend
impl Send for EnabledBackend
impl Sync for EnabledBackend
impl Unpin for EnabledBackend
impl UnwindSafe for EnabledBackend
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