pub struct WebhookRetryRequestListResponse {
pub embedded: Map<String, Value>,
pub links: HashMap<String, HalLink>,
pub total: i32,
}Fields§
§embedded: Map<String, Value>§links: HashMap<String, HalLink>§total: i32Trait Implementations§
Source§impl Clone for WebhookRetryRequestListResponse
impl Clone for WebhookRetryRequestListResponse
Source§fn clone(&self) -> WebhookRetryRequestListResponse
fn clone(&self) -> WebhookRetryRequestListResponse
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<'de> Deserialize<'de> for WebhookRetryRequestListResponse
impl<'de> Deserialize<'de> for WebhookRetryRequestListResponse
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 From<&WebhookRetryRequestListResponse> for WebhookRetryRequestListResponse
impl From<&WebhookRetryRequestListResponse> for WebhookRetryRequestListResponse
Source§fn from(value: &WebhookRetryRequestListResponse) -> Self
fn from(value: &WebhookRetryRequestListResponse) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for WebhookRetryRequestListResponse
impl RefUnwindSafe for WebhookRetryRequestListResponse
impl Send for WebhookRetryRequestListResponse
impl Sync for WebhookRetryRequestListResponse
impl Unpin for WebhookRetryRequestListResponse
impl UnwindSafe for WebhookRetryRequestListResponse
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