pub struct UnsupportedBackend;
Expand description
Error creating an instance of a backend on the platform that doesn’t support this backend.
Trait Implementations§
Source§impl Clone for UnsupportedBackend
impl Clone for UnsupportedBackend
Source§fn clone(&self) -> UnsupportedBackend
fn clone(&self) -> UnsupportedBackend
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 UnsupportedBackend
impl Debug for UnsupportedBackend
Source§impl Display for UnsupportedBackend
impl Display for UnsupportedBackend
Source§impl Error for UnsupportedBackend
impl Error for UnsupportedBackend
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns 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 PartialEq for UnsupportedBackend
impl PartialEq for UnsupportedBackend
impl Copy for UnsupportedBackend
impl Eq for UnsupportedBackend
impl StructuralPartialEq for UnsupportedBackend
Auto Trait Implementations§
impl Freeze for UnsupportedBackend
impl RefUnwindSafe for UnsupportedBackend
impl Send for UnsupportedBackend
impl Sync for UnsupportedBackend
impl Unpin for UnsupportedBackend
impl UnwindSafe for UnsupportedBackend
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