pub struct DeleteWebhookOutput {}
Trait Implementations§
Source§impl Clone for DeleteWebhookOutput
impl Clone for DeleteWebhookOutput
Source§fn clone(&self) -> DeleteWebhookOutput
fn clone(&self) -> DeleteWebhookOutput
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 DeleteWebhookOutput
impl Debug for DeleteWebhookOutput
Source§impl Default for DeleteWebhookOutput
impl Default for DeleteWebhookOutput
Source§fn default() -> DeleteWebhookOutput
fn default() -> DeleteWebhookOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteWebhookOutput
impl<'de> Deserialize<'de> for DeleteWebhookOutput
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 DeleteWebhookOutput
impl PartialEq for DeleteWebhookOutput
impl StructuralPartialEq for DeleteWebhookOutput
Auto Trait Implementations§
impl Freeze for DeleteWebhookOutput
impl RefUnwindSafe for DeleteWebhookOutput
impl Send for DeleteWebhookOutput
impl Sync for DeleteWebhookOutput
impl Unpin for DeleteWebhookOutput
impl UnwindSafe for DeleteWebhookOutput
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