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