pub struct FailureIntegration;
👎Deprecated: The
failure
integration is deprecated and will be removed in the future.Expand description
The Sentry Failure Integration.
Implementations§
Trait Implementations§
Source§impl Debug for FailureIntegration
impl Debug for FailureIntegration
Source§impl Default for FailureIntegration
impl Default for FailureIntegration
Source§fn default() -> FailureIntegration
fn default() -> FailureIntegration
Returns the “default value” for a type. Read more
Source§impl Integration for FailureIntegration
impl Integration for FailureIntegration
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 FailureIntegration
impl RefUnwindSafe for FailureIntegration
impl Send for FailureIntegration
impl Sync for FailureIntegration
impl Unpin for FailureIntegration
impl UnwindSafe for FailureIntegration
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