pub struct ResendWebhooksResponse {
pub messages_count: Option<f64>,
}
Fields§
§messages_count: Option<f64>
The amount of resent notifications
Implementations§
Source§impl ResendWebhooksResponse
impl ResendWebhooksResponse
pub fn new() -> ResendWebhooksResponse
Trait Implementations§
Source§impl Clone for ResendWebhooksResponse
impl Clone for ResendWebhooksResponse
Source§fn clone(&self) -> ResendWebhooksResponse
fn clone(&self) -> ResendWebhooksResponse
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 Debug for ResendWebhooksResponse
impl Debug for ResendWebhooksResponse
Source§impl Default for ResendWebhooksResponse
impl Default for ResendWebhooksResponse
Source§fn default() -> ResendWebhooksResponse
fn default() -> ResendWebhooksResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ResendWebhooksResponse
impl<'de> Deserialize<'de> for ResendWebhooksResponse
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 ResendWebhooksResponse
impl PartialEq for ResendWebhooksResponse
Source§impl Serialize for ResendWebhooksResponse
impl Serialize for ResendWebhooksResponse
impl StructuralPartialEq for ResendWebhooksResponse
Auto Trait Implementations§
impl Freeze for ResendWebhooksResponse
impl RefUnwindSafe for ResendWebhooksResponse
impl Send for ResendWebhooksResponse
impl Sync for ResendWebhooksResponse
impl Unpin for ResendWebhooksResponse
impl UnwindSafe for ResendWebhooksResponse
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