pub struct SlackLayer;
Expand description
Layer for forwarding tracing events to Slack.
Implementations§
Source§impl SlackLayer
impl SlackLayer
pub fn builder( app_name: String, target_filters: EventFilters, ) -> WebhookLayerBuilder<SlackConfig, Self>
Trait Implementations§
Source§impl WebhookMessageFactory for SlackLayer
impl WebhookMessageFactory for SlackLayer
fn create(inputs: WebhookMessageInputs) -> impl WebhookMessage
Auto Trait Implementations§
impl Freeze for SlackLayer
impl RefUnwindSafe for SlackLayer
impl Send for SlackLayer
impl Sync for SlackLayer
impl Unpin for SlackLayer
impl UnwindSafe for SlackLayer
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