pub struct DeleteWebhookResponse {
pub succeded: bool,
}Fields§
§succeded: boolTrait Implementations§
Source§impl Clone for DeleteWebhookResponse
impl Clone for DeleteWebhookResponse
Source§fn clone(&self) -> DeleteWebhookResponse
fn clone(&self) -> DeleteWebhookResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DeleteWebhookResponse
impl Debug for DeleteWebhookResponse
Source§impl<'de> Deserialize<'de> for DeleteWebhookResponse
impl<'de> Deserialize<'de> for DeleteWebhookResponse
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
Auto Trait Implementations§
impl Freeze for DeleteWebhookResponse
impl RefUnwindSafe for DeleteWebhookResponse
impl Send for DeleteWebhookResponse
impl Sync for DeleteWebhookResponse
impl Unpin for DeleteWebhookResponse
impl UnsafeUnpin for DeleteWebhookResponse
impl UnwindSafe for DeleteWebhookResponse
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