pub enum ClickStackSlackWebhookService {
Slack,
Unknown(String),
}Expand description
Inline enum for ClickStackSlackWebhook.service.
Variants§
Trait Implementations§
Source§impl Clone for ClickStackSlackWebhookService
impl Clone for ClickStackSlackWebhookService
Source§fn clone(&self) -> ClickStackSlackWebhookService
fn clone(&self) -> ClickStackSlackWebhookService
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 ClickStackSlackWebhookService
impl Default for ClickStackSlackWebhookService
Source§fn default() -> ClickStackSlackWebhookService
fn default() -> ClickStackSlackWebhookService
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClickStackSlackWebhookService
impl<'de> Deserialize<'de> for ClickStackSlackWebhookService
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 ClickStackSlackWebhookService
impl PartialEq for ClickStackSlackWebhookService
Source§fn eq(&self, other: &ClickStackSlackWebhookService) -> bool
fn eq(&self, other: &ClickStackSlackWebhookService) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClickStackSlackWebhookService
Auto Trait Implementations§
impl Freeze for ClickStackSlackWebhookService
impl RefUnwindSafe for ClickStackSlackWebhookService
impl Send for ClickStackSlackWebhookService
impl Sync for ClickStackSlackWebhookService
impl Unpin for ClickStackSlackWebhookService
impl UnsafeUnpin for ClickStackSlackWebhookService
impl UnwindSafe for ClickStackSlackWebhookService
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