pub enum NotSupportedError {
Platform(PlatformError),
NoSupportedDeviceFound,
PlatformNotSupported,
}Variants§
Trait Implementations§
Source§impl Debug for NotSupportedError
impl Debug for NotSupportedError
Source§impl From<PlatformError> for NotSupportedError
impl From<PlatformError> for NotSupportedError
Source§fn from(error: PlatformError) -> Self
fn from(error: PlatformError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for NotSupportedError
impl !RefUnwindSafe for NotSupportedError
impl Send for NotSupportedError
impl Sync for NotSupportedError
impl Unpin for NotSupportedError
impl !UnwindSafe for NotSupportedError
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