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 duplicate 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 PartialEq for UnsupportedBackend
impl PartialEq 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