pub struct ResendWebhooksByTransactionIdResponse {
pub success: bool,
}Fields§
§success: boolIndicates whether the webhooks were successfully resent
Implementations§
Source§impl ResendWebhooksByTransactionIdResponse
impl ResendWebhooksByTransactionIdResponse
pub fn new(success: bool) -> ResendWebhooksByTransactionIdResponse
Trait Implementations§
Source§impl Clone for ResendWebhooksByTransactionIdResponse
impl Clone for ResendWebhooksByTransactionIdResponse
Source§fn clone(&self) -> ResendWebhooksByTransactionIdResponse
fn clone(&self) -> ResendWebhooksByTransactionIdResponse
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 Default for ResendWebhooksByTransactionIdResponse
impl Default for ResendWebhooksByTransactionIdResponse
Source§fn default() -> ResendWebhooksByTransactionIdResponse
fn default() -> ResendWebhooksByTransactionIdResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ResendWebhooksByTransactionIdResponse
impl<'de> Deserialize<'de> for ResendWebhooksByTransactionIdResponse
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 ResendWebhooksByTransactionIdResponse
impl PartialEq for ResendWebhooksByTransactionIdResponse
Source§fn eq(&self, other: &ResendWebhooksByTransactionIdResponse) -> bool
fn eq(&self, other: &ResendWebhooksByTransactionIdResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ResendWebhooksByTransactionIdResponse
Auto Trait Implementations§
impl Freeze for ResendWebhooksByTransactionIdResponse
impl RefUnwindSafe for ResendWebhooksByTransactionIdResponse
impl Send for ResendWebhooksByTransactionIdResponse
impl Sync for ResendWebhooksByTransactionIdResponse
impl Unpin for ResendWebhooksByTransactionIdResponse
impl UnwindSafe for ResendWebhooksByTransactionIdResponse
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