pub struct UnsupportedFeatureError;
Trait Implementations§
Source§impl ErrorKind for UnsupportedFeatureError
impl ErrorKind for UnsupportedFeatureError
Auto Trait Implementations§
impl Freeze for UnsupportedFeatureError
impl RefUnwindSafe for UnsupportedFeatureError
impl Send for UnsupportedFeatureError
impl Sync for UnsupportedFeatureError
impl Unpin for UnsupportedFeatureError
impl UnwindSafe for UnsupportedFeatureError
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