pub struct WebhookSafetyAlertCreatedData {
pub id: String,
}Available on crate feature
webhook-types only.Fields§
§id: StringThe safety alert ID to pass to GET /v1/safety/alerts/{id}.
Trait Implementations§
Source§impl Clone for WebhookSafetyAlertCreatedData
impl Clone for WebhookSafetyAlertCreatedData
Source§fn clone(&self) -> WebhookSafetyAlertCreatedData
fn clone(&self) -> WebhookSafetyAlertCreatedData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for WebhookSafetyAlertCreatedData
impl<'de> Deserialize<'de> for WebhookSafetyAlertCreatedData
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
impl StructuralPartialEq for WebhookSafetyAlertCreatedData
Auto Trait Implementations§
impl Freeze for WebhookSafetyAlertCreatedData
impl RefUnwindSafe for WebhookSafetyAlertCreatedData
impl Send for WebhookSafetyAlertCreatedData
impl Sync for WebhookSafetyAlertCreatedData
impl Unpin for WebhookSafetyAlertCreatedData
impl UnsafeUnpin for WebhookSafetyAlertCreatedData
impl UnwindSafe for WebhookSafetyAlertCreatedData
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