pub struct WebhookDeliveryDiff {}Expand description
Representation of the webhook_delivery-diff resource
Trait Implementations§
Source§impl Clone for WebhookDeliveryDiff
impl Clone for WebhookDeliveryDiff
Source§fn clone(&self) -> WebhookDeliveryDiff
fn clone(&self) -> WebhookDeliveryDiff
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 WebhookDeliveryDiff
impl Debug for WebhookDeliveryDiff
Source§impl Default for WebhookDeliveryDiff
impl Default for WebhookDeliveryDiff
Source§impl<'de> Deserialize<'de> for WebhookDeliveryDiff
impl<'de> Deserialize<'de> for WebhookDeliveryDiff
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 WebhookDeliveryDiff
impl PartialEq for WebhookDeliveryDiff
Source§impl Serialize for WebhookDeliveryDiff
impl Serialize for WebhookDeliveryDiff
impl StructuralPartialEq for WebhookDeliveryDiff
Auto Trait Implementations§
impl Freeze for WebhookDeliveryDiff
impl RefUnwindSafe for WebhookDeliveryDiff
impl Send for WebhookDeliveryDiff
impl Sync for WebhookDeliveryDiff
impl Unpin for WebhookDeliveryDiff
impl UnwindSafe for WebhookDeliveryDiff
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