pub struct WebhookResource {
pub type: String,
pub id: String,
pub attributes: Attributes,
pub relationships: Relationships,
pub links: WebhookResourceLinks,
}Fields§
§type: StringThe type of this resource: webhooks
id: StringThe unique identifier for this webhook.
attributes: Attributes§relationships: Relationships§links: WebhookResourceLinksTrait Implementations§
Source§impl Debug for WebhookResource
impl Debug for WebhookResource
Source§impl<'de> Deserialize<'de> for WebhookResource
impl<'de> Deserialize<'de> for WebhookResource
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 WebhookResource
impl RefUnwindSafe for WebhookResource
impl Send for WebhookResource
impl Sync for WebhookResource
impl Unpin for WebhookResource
impl UnwindSafe for WebhookResource
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