pub struct UseAnyhowError;
Trait Implementations§
Source§impl<Context> ErrorTypeProvider<Context> for UseAnyhowError
impl<Context> ErrorTypeProvider<Context> for UseAnyhowError
impl<Context> IsProviderFor<ErrorTypeProviderComponent, Context> for UseAnyhowError
Auto Trait Implementations§
impl Freeze for UseAnyhowError
impl RefUnwindSafe for UseAnyhowError
impl Send for UseAnyhowError
impl Sync for UseAnyhowError
impl Unpin for UseAnyhowError
impl UnwindSafe for UseAnyhowError
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