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