pub struct GetWebhookResult {
pub webhook: Webhook,
}
Expand description
The result structure for the get webhook request.
Fields§
§webhook: Webhook
Describes the structure of a webhook.
Trait Implementations§
Source§impl Clone for GetWebhookResult
impl Clone for GetWebhookResult
Source§fn clone(&self) -> GetWebhookResult
fn clone(&self) -> GetWebhookResult
Returns a duplicate 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 GetWebhookResult
impl Debug for GetWebhookResult
Source§impl Default for GetWebhookResult
impl Default for GetWebhookResult
Source§fn default() -> GetWebhookResult
fn default() -> GetWebhookResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetWebhookResult
impl<'de> Deserialize<'de> for GetWebhookResult
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 GetWebhookResult
impl PartialEq for GetWebhookResult
impl StructuralPartialEq for GetWebhookResult
Auto Trait Implementations§
impl Freeze for GetWebhookResult
impl RefUnwindSafe for GetWebhookResult
impl Send for GetWebhookResult
impl Sync for GetWebhookResult
impl Unpin for GetWebhookResult
impl UnwindSafe for GetWebhookResult
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