pub enum TargetProperties {
Webhook(WebhookTargetProperties),
Unknown,
}Variants§
Webhook(WebhookTargetProperties)
Unknown
Trait Implementations§
Source§impl Debug for TargetProperties
impl Debug for TargetProperties
Source§impl Default for TargetProperties
impl Default for TargetProperties
Source§impl<'de> Deserialize<'de> for TargetProperties
impl<'de> Deserialize<'de> for TargetProperties
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
Auto Trait Implementations§
impl Freeze for TargetProperties
impl RefUnwindSafe for TargetProperties
impl Send for TargetProperties
impl Sync for TargetProperties
impl Unpin for TargetProperties
impl UnwindSafe for TargetProperties
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