pub struct UnsupportedCapabilityError;
Trait Implementations§
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