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