pub struct EntityWebhookPayload;Trait Implementations§
Source§impl HasField<__typename> for EntityWebhookPayload
impl HasField<__typename> for EntityWebhookPayload
Source§impl HasField<action> for EntityWebhookPayload
impl HasField<action> for EntityWebhookPayload
Source§impl HasField<actor> for EntityWebhookPayload
impl HasField<actor> for EntityWebhookPayload
Source§type Type = Option<EntityActorWebhookPayload>
type Type = Option<EntityActorWebhookPayload>
The schema marker type of this field.
Source§impl HasField<createdAt> for EntityWebhookPayload
impl HasField<createdAt> for EntityWebhookPayload
Source§impl HasField<data> for EntityWebhookPayload
impl HasField<data> for EntityWebhookPayload
Source§type Type = DataWebhookPayload
type Type = DataWebhookPayload
The schema marker type of this field.
Source§impl HasField<type> for EntityWebhookPayload
impl HasField<type> for EntityWebhookPayload
Source§impl HasField<updatedFrom> for EntityWebhookPayload
impl HasField<updatedFrom> for EntityWebhookPayload
Source§type Type = Option<JSONObject>
type Type = Option<JSONObject>
The schema marker type of this field.
Source§impl HasField<url> for EntityWebhookPayload
impl HasField<url> for EntityWebhookPayload
Source§impl HasField<webhookId> for EntityWebhookPayload
impl HasField<webhookId> for EntityWebhookPayload
Auto Trait Implementations§
impl Freeze for EntityWebhookPayload
impl RefUnwindSafe for EntityWebhookPayload
impl Send for EntityWebhookPayload
impl Sync for EntityWebhookPayload
impl Unpin for EntityWebhookPayload
impl UnwindSafe for EntityWebhookPayload
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