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