pub struct WebhookResponseIncompleteObject;
Expand description
The object of the event. Always event
.
Trait Implementations§
Source§impl Clone for WebhookResponseIncompleteObject
impl Clone for WebhookResponseIncompleteObject
Source§fn clone(&self) -> WebhookResponseIncompleteObject
fn clone(&self) -> WebhookResponseIncompleteObject
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for WebhookResponseIncompleteObject
impl Default for WebhookResponseIncompleteObject
Source§fn default() -> WebhookResponseIncompleteObject
fn default() -> WebhookResponseIncompleteObject
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WebhookResponseIncompleteObject
impl<'de> Deserialize<'de> for WebhookResponseIncompleteObject
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 WebhookResponseIncompleteObject
impl PartialEq for WebhookResponseIncompleteObject
Source§fn eq(&self, other: &WebhookResponseIncompleteObject) -> bool
fn eq(&self, other: &WebhookResponseIncompleteObject) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for WebhookResponseIncompleteObject
impl StructuralPartialEq for WebhookResponseIncompleteObject
Auto Trait Implementations§
impl Freeze for WebhookResponseIncompleteObject
impl RefUnwindSafe for WebhookResponseIncompleteObject
impl Send for WebhookResponseIncompleteObject
impl Sync for WebhookResponseIncompleteObject
impl Unpin for WebhookResponseIncompleteObject
impl UnwindSafe for WebhookResponseIncompleteObject
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