pub struct WebhookEventLogResponse {
pub webhook_event_log: Option<Box<WebhookEventLog>>,
}
Expand description
WebhookEventLogResponse : Webhook event log response.
Fields§
§webhook_event_log: Option<Box<WebhookEventLog>>
Implementations§
Source§impl WebhookEventLogResponse
impl WebhookEventLogResponse
Sourcepub fn new() -> WebhookEventLogResponse
pub fn new() -> WebhookEventLogResponse
Webhook event log response.
Trait Implementations§
Source§impl Clone for WebhookEventLogResponse
impl Clone for WebhookEventLogResponse
Source§fn clone(&self) -> WebhookEventLogResponse
fn clone(&self) -> WebhookEventLogResponse
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 WebhookEventLogResponse
impl Debug for WebhookEventLogResponse
Source§impl Default for WebhookEventLogResponse
impl Default for WebhookEventLogResponse
Source§fn default() -> WebhookEventLogResponse
fn default() -> WebhookEventLogResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WebhookEventLogResponse
impl<'de> Deserialize<'de> for WebhookEventLogResponse
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 WebhookEventLogResponse
impl PartialEq for WebhookEventLogResponse
Source§impl Serialize for WebhookEventLogResponse
impl Serialize for WebhookEventLogResponse
impl StructuralPartialEq for WebhookEventLogResponse
Auto Trait Implementations§
impl Freeze for WebhookEventLogResponse
impl RefUnwindSafe for WebhookEventLogResponse
impl Send for WebhookEventLogResponse
impl Sync for WebhookEventLogResponse
impl Unpin for WebhookEventLogResponse
impl UnwindSafe for WebhookEventLogResponse
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