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