pub struct Notifica;Implementations§
Source§impl Notifica
impl Notifica
pub async fn send_message(body: WebhookDto, event: &str, tenant_id: Uuid)
Auto Trait Implementations§
impl Freeze for Notifica
impl RefUnwindSafe for Notifica
impl Send for Notifica
impl Sync for Notifica
impl Unpin for Notifica
impl UnsafeUnpin for Notifica
impl UnwindSafe for Notifica
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