pub struct ErrorChainIntegration;
👎Deprecated: The
error_chain
integration is deprecated and will be removed in the future.Expand description
The Sentry error-chain
Integration.
Implementations§
Trait Implementations§
Source§impl Debug for ErrorChainIntegration
impl Debug for ErrorChainIntegration
Source§impl Default for ErrorChainIntegration
impl Default for ErrorChainIntegration
Source§fn default() -> ErrorChainIntegration
fn default() -> ErrorChainIntegration
Returns the “default value” for a type. Read more
Source§impl Integration for ErrorChainIntegration
impl Integration for ErrorChainIntegration
Source§fn setup(&self, cfg: &mut ClientOptions)
fn setup(&self, cfg: &mut ClientOptions)
Called whenever the integration is attached to a Client.
Source§fn process_event(
&self,
event: Event<'static>,
options: &ClientOptions,
) -> Option<Event<'static>>
fn process_event( &self, event: Event<'static>, options: &ClientOptions, ) -> Option<Event<'static>>
The Integrations Event Processor Hook. Read more
Auto Trait Implementations§
impl Freeze for ErrorChainIntegration
impl RefUnwindSafe for ErrorChainIntegration
impl Send for ErrorChainIntegration
impl Sync for ErrorChainIntegration
impl Unpin for ErrorChainIntegration
impl UnwindSafe for ErrorChainIntegration
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