pub struct webhookUpdate;Trait Implementations§
Source§impl Field for webhookUpdate
impl Field for webhookUpdate
Source§impl HasArgument<id> for webhookUpdate
impl HasArgument<id> for webhookUpdate
Source§impl HasArgument<input> for webhookUpdate
impl HasArgument<input> for webhookUpdate
Source§type ArgumentType = WebhookUpdateInput
type ArgumentType = WebhookUpdateInput
The schema marker type of this argument.
Source§impl HasField<webhookUpdate> for Mutation
impl HasField<webhookUpdate> for Mutation
Source§type Type = WebhookPayload
type Type = WebhookPayload
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for webhookUpdate
impl RefUnwindSafe for webhookUpdate
impl Send for webhookUpdate
impl Sync for webhookUpdate
impl Unpin for webhookUpdate
impl UnwindSafe for webhookUpdate
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