pub struct NotSupported;Expand description
Error returned by an operation the driver does not support.
Trait Implementations§
Source§impl Clone for NotSupported
impl Clone for NotSupported
Source§fn clone(&self) -> NotSupported
fn clone(&self) -> NotSupported
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NotSupported
Source§impl Debug for NotSupported
impl Debug for NotSupported
impl Eq for NotSupported
Source§impl PartialEq for NotSupported
impl PartialEq for NotSupported
impl StructuralPartialEq for NotSupported
Auto Trait Implementations§
impl Freeze for NotSupported
impl RefUnwindSafe for NotSupported
impl Send for NotSupported
impl Sync for NotSupported
impl Unpin for NotSupported
impl UnsafeUnpin for NotSupported
impl UnwindSafe for NotSupported
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