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