pub struct ClickStackIncidentIOWebhook {
pub created_at: DateTime<Utc>,
pub description: Option<String>,
pub id: String,
pub name: String,
pub service: ClickStackIncidentIOWebhookService,
pub updated_at: DateTime<Utc>,
pub url: Option<String>,
}Expand description
ClickStackIncidentIOWebhook from the ClickHouse Cloud API.
Fields§
§created_at: DateTime<Utc>§description: Option<String>§id: String§name: String§service: ClickStackIncidentIOWebhookService§updated_at: DateTime<Utc>§url: Option<String>Trait Implementations§
Source§impl Clone for ClickStackIncidentIOWebhook
impl Clone for ClickStackIncidentIOWebhook
Source§fn clone(&self) -> ClickStackIncidentIOWebhook
fn clone(&self) -> ClickStackIncidentIOWebhook
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 Debug for ClickStackIncidentIOWebhook
impl Debug for ClickStackIncidentIOWebhook
Source§impl Default for ClickStackIncidentIOWebhook
impl Default for ClickStackIncidentIOWebhook
Source§fn default() -> ClickStackIncidentIOWebhook
fn default() -> ClickStackIncidentIOWebhook
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClickStackIncidentIOWebhook
impl<'de> Deserialize<'de> for ClickStackIncidentIOWebhook
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 ClickStackIncidentIOWebhook
impl PartialEq for ClickStackIncidentIOWebhook
Source§fn eq(&self, other: &ClickStackIncidentIOWebhook) -> bool
fn eq(&self, other: &ClickStackIncidentIOWebhook) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClickStackIncidentIOWebhook
Auto Trait Implementations§
impl Freeze for ClickStackIncidentIOWebhook
impl RefUnwindSafe for ClickStackIncidentIOWebhook
impl Send for ClickStackIncidentIOWebhook
impl Sync for ClickStackIncidentIOWebhook
impl Unpin for ClickStackIncidentIOWebhook
impl UnsafeUnpin for ClickStackIncidentIOWebhook
impl UnwindSafe for ClickStackIncidentIOWebhook
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