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