pub struct WebhookEventResponse { /* private fields */ }Implementations§
Source§impl WebhookEventResponse
impl WebhookEventResponse
pub fn created_at<T>(self, value: T) -> Self
pub fn event_id<T>(self, value: T) -> Self
pub fn event_type_name<T>(self, value: T) -> Self
pub fn response<T>(self, value: T) -> Self
pub fn retry_count<T>(self, value: T) -> Self
pub fn status<T>(self, value: T) -> Self
pub fn succeeded_at<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for WebhookEventResponse
impl Clone for WebhookEventResponse
Source§fn clone(&self) -> WebhookEventResponse
fn clone(&self) -> WebhookEventResponse
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 Debug for WebhookEventResponse
impl Debug for WebhookEventResponse
Source§impl Default for WebhookEventResponse
impl Default for WebhookEventResponse
Source§impl From<WebhookEventResponse> for WebhookEventResponse
impl From<WebhookEventResponse> for WebhookEventResponse
Source§fn from(value: WebhookEventResponse) -> Self
fn from(value: WebhookEventResponse) -> Self
Converts to this type from the input type.
Source§impl TryFrom<WebhookEventResponse> for WebhookEventResponse
impl TryFrom<WebhookEventResponse> for WebhookEventResponse
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: WebhookEventResponse) -> Result<Self, ConversionError>
fn try_from(value: WebhookEventResponse) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for WebhookEventResponse
impl RefUnwindSafe for WebhookEventResponse
impl Send for WebhookEventResponse
impl Sync for WebhookEventResponse
impl Unpin for WebhookEventResponse
impl UnsafeUnpin for WebhookEventResponse
impl UnwindSafe for WebhookEventResponse
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