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