pub struct WebhookDeliveryLogResource {
pub type: String,
pub id: String,
pub attributes: DeliveryLogAttributes,
pub relationships: DeliveryLogRelationships,
}
Fields§
§type: String
The type of this resource: webhook-delivery-logs
id: String
The unique identifier for this log entry.
attributes: DeliveryLogAttributes
§relationships: DeliveryLogRelationships
Trait Implementations§
Source§impl Debug for WebhookDeliveryLogResource
impl Debug for WebhookDeliveryLogResource
Source§impl<'de> Deserialize<'de> for WebhookDeliveryLogResource
impl<'de> Deserialize<'de> for WebhookDeliveryLogResource
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
Auto Trait Implementations§
impl Freeze for WebhookDeliveryLogResource
impl RefUnwindSafe for WebhookDeliveryLogResource
impl Send for WebhookDeliveryLogResource
impl Sync for WebhookDeliveryLogResource
impl Unpin for WebhookDeliveryLogResource
impl UnwindSafe for WebhookDeliveryLogResource
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