pub enum WebhookSubscriptionsWebhookSubscriptionsNodesEndpoint {
WebhookEventBridgeEndpoint,
WebhookHttpEndpoint,
WebhookPubSubEndpoint,
}Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for WebhookSubscriptionsWebhookSubscriptionsNodesEndpoint
impl<'de> Deserialize<'de> for WebhookSubscriptionsWebhookSubscriptionsNodesEndpoint
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 WebhookSubscriptionsWebhookSubscriptionsNodesEndpoint
impl RefUnwindSafe for WebhookSubscriptionsWebhookSubscriptionsNodesEndpoint
impl Send for WebhookSubscriptionsWebhookSubscriptionsNodesEndpoint
impl Sync for WebhookSubscriptionsWebhookSubscriptionsNodesEndpoint
impl Unpin for WebhookSubscriptionsWebhookSubscriptionsNodesEndpoint
impl UnwindSafe for WebhookSubscriptionsWebhookSubscriptionsNodesEndpoint
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