pub struct PutWebhookOutput {
pub webhook: Option<ListWebhookItem>,
}
Fields§
§webhook: Option<ListWebhookItem>
The detail returned from creating the webhook, such as the webhook name, webhook URL, and webhook ARN.
Trait Implementations§
Source§impl Clone for PutWebhookOutput
impl Clone for PutWebhookOutput
Source§fn clone(&self) -> PutWebhookOutput
fn clone(&self) -> PutWebhookOutput
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 PutWebhookOutput
impl Debug for PutWebhookOutput
Source§impl Default for PutWebhookOutput
impl Default for PutWebhookOutput
Source§fn default() -> PutWebhookOutput
fn default() -> PutWebhookOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PutWebhookOutput
impl<'de> Deserialize<'de> for PutWebhookOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PutWebhookOutput
impl PartialEq for PutWebhookOutput
impl StructuralPartialEq for PutWebhookOutput
Auto Trait Implementations§
impl Freeze for PutWebhookOutput
impl RefUnwindSafe for PutWebhookOutput
impl Send for PutWebhookOutput
impl Sync for PutWebhookOutput
impl Unpin for PutWebhookOutput
impl UnwindSafe for PutWebhookOutput
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