pub enum WebhookEvents {
start,
output,
logs,
completed,
}
Expand description
Events of the webhook, either start, output, logs or completed
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for WebhookEvents
impl Send for WebhookEvents
impl Sync for WebhookEvents
impl Unpin for WebhookEvents
impl UnwindSafe for WebhookEvents
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