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