pub struct WebhookSender { /* private fields */ }Expand description
Shared HTTP client for webhook delivery. Clone-cheap (Arc internally).
Implementations§
Source§impl WebhookSender
impl WebhookSender
Trait Implementations§
Source§impl Clone for WebhookSender
impl Clone for WebhookSender
Source§fn clone(&self) -> WebhookSender
fn clone(&self) -> WebhookSender
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for WebhookSender
impl !RefUnwindSafe for WebhookSender
impl Send for WebhookSender
impl Sync for WebhookSender
impl Unpin for WebhookSender
impl UnsafeUnpin for WebhookSender
impl !UnwindSafe for WebhookSender
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