pub struct DeregisterWebhookWithThirdPartyInput {
pub webhook_name: Option<String>,
}
Fields§
§webhook_name: Option<String>
The name of the webhook you want to deregister.
Trait Implementations§
Source§impl Clone for DeregisterWebhookWithThirdPartyInput
impl Clone for DeregisterWebhookWithThirdPartyInput
Source§fn clone(&self) -> DeregisterWebhookWithThirdPartyInput
fn clone(&self) -> DeregisterWebhookWithThirdPartyInput
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 Default for DeregisterWebhookWithThirdPartyInput
impl Default for DeregisterWebhookWithThirdPartyInput
Source§fn default() -> DeregisterWebhookWithThirdPartyInput
fn default() -> DeregisterWebhookWithThirdPartyInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeregisterWebhookWithThirdPartyInput
impl PartialEq for DeregisterWebhookWithThirdPartyInput
Source§fn eq(&self, other: &DeregisterWebhookWithThirdPartyInput) -> bool
fn eq(&self, other: &DeregisterWebhookWithThirdPartyInput) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DeregisterWebhookWithThirdPartyInput
Auto Trait Implementations§
impl Freeze for DeregisterWebhookWithThirdPartyInput
impl RefUnwindSafe for DeregisterWebhookWithThirdPartyInput
impl Send for DeregisterWebhookWithThirdPartyInput
impl Sync for DeregisterWebhookWithThirdPartyInput
impl Unpin for DeregisterWebhookWithThirdPartyInput
impl UnwindSafe for DeregisterWebhookWithThirdPartyInput
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