pub struct DeleteWebhookInput {
pub name: String,
}
Fields§
§name: String
The name of the webhook you want to delete.
Trait Implementations§
Source§impl Clone for DeleteWebhookInput
impl Clone for DeleteWebhookInput
Source§fn clone(&self) -> DeleteWebhookInput
fn clone(&self) -> DeleteWebhookInput
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DeleteWebhookInput
impl Debug for DeleteWebhookInput
Source§impl Default for DeleteWebhookInput
impl Default for DeleteWebhookInput
Source§fn default() -> DeleteWebhookInput
fn default() -> DeleteWebhookInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteWebhookInput
impl PartialEq for DeleteWebhookInput
Source§impl Serialize for DeleteWebhookInput
impl Serialize for DeleteWebhookInput
impl StructuralPartialEq for DeleteWebhookInput
Auto Trait Implementations§
impl Freeze for DeleteWebhookInput
impl RefUnwindSafe for DeleteWebhookInput
impl Send for DeleteWebhookInput
impl Sync for DeleteWebhookInput
impl Unpin for DeleteWebhookInput
impl UnwindSafe for DeleteWebhookInput
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