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