pub enum WebhookDriverEvent {
Event(WebhookEvent),
Error(GraphError),
Complete,
}Expand description
WebhookDriverEvent variants.
Variants§
Auto Trait Implementations§
impl Freeze for WebhookDriverEvent
impl !RefUnwindSafe for WebhookDriverEvent
impl !Send for WebhookDriverEvent
impl !Sync for WebhookDriverEvent
impl Unpin for WebhookDriverEvent
impl UnsafeUnpin for WebhookDriverEvent
impl !UnwindSafe for WebhookDriverEvent
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