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