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