pub struct WebhookFailureEvent;Trait Implementations§
Source§impl HasField<__typename> for WebhookFailureEvent
impl HasField<__typename> for WebhookFailureEvent
Source§impl HasField<createdAt> for WebhookFailureEvent
impl HasField<createdAt> for WebhookFailureEvent
Source§impl HasField<executionId> for WebhookFailureEvent
impl HasField<executionId> for WebhookFailureEvent
Source§impl HasField<httpStatus> for WebhookFailureEvent
impl HasField<httpStatus> for WebhookFailureEvent
Source§impl HasField<id> for WebhookFailureEvent
impl HasField<id> for WebhookFailureEvent
Source§impl HasField<url> for WebhookFailureEvent
impl HasField<url> for WebhookFailureEvent
Source§impl HasField<webhook> for WebhookFailureEvent
impl HasField<webhook> for WebhookFailureEvent
Auto Trait Implementations§
impl Freeze for WebhookFailureEvent
impl RefUnwindSafe for WebhookFailureEvent
impl Send for WebhookFailureEvent
impl Sync for WebhookFailureEvent
impl Unpin for WebhookFailureEvent
impl UnwindSafe for WebhookFailureEvent
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