use derive_more::{Constructor, Deref, Display}; #[derive(Clone, Debug, PartialEq, Eq, Constructor, Deref, Display)] pub struct WebhookId(String);