pub struct WebhookSafetyOrgAlertCreatedData {
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 WebhookSafetyOrgAlertCreatedData
impl Clone for WebhookSafetyOrgAlertCreatedData
Source§fn clone(&self) -> WebhookSafetyOrgAlertCreatedData
fn clone(&self) -> WebhookSafetyOrgAlertCreatedData
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 WebhookSafetyOrgAlertCreatedData
impl<'de> Deserialize<'de> for WebhookSafetyOrgAlertCreatedData
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 WebhookSafetyOrgAlertCreatedData
Auto Trait Implementations§
impl Freeze for WebhookSafetyOrgAlertCreatedData
impl RefUnwindSafe for WebhookSafetyOrgAlertCreatedData
impl Send for WebhookSafetyOrgAlertCreatedData
impl Sync for WebhookSafetyOrgAlertCreatedData
impl Unpin for WebhookSafetyOrgAlertCreatedData
impl UnsafeUnpin for WebhookSafetyOrgAlertCreatedData
impl UnwindSafe for WebhookSafetyOrgAlertCreatedData
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