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