pub struct NotificationWebhookMapping {
pub pk: Uuid,
pub name: String,
pub expression: String,
}
Expand description
NotificationWebhookMapping : NotificationWebhookMapping Serializer
Fields§
§pk: Uuid
§name: String
§expression: String
Implementations§
Trait Implementations§
Source§impl Clone for NotificationWebhookMapping
impl Clone for NotificationWebhookMapping
Source§fn clone(&self) -> NotificationWebhookMapping
fn clone(&self) -> NotificationWebhookMapping
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NotificationWebhookMapping
impl Debug for NotificationWebhookMapping
Source§impl Default for NotificationWebhookMapping
impl Default for NotificationWebhookMapping
Source§fn default() -> NotificationWebhookMapping
fn default() -> NotificationWebhookMapping
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NotificationWebhookMapping
impl<'de> Deserialize<'de> for NotificationWebhookMapping
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
impl StructuralPartialEq for NotificationWebhookMapping
Auto Trait Implementations§
impl Freeze for NotificationWebhookMapping
impl RefUnwindSafe for NotificationWebhookMapping
impl Send for NotificationWebhookMapping
impl Sync for NotificationWebhookMapping
impl Unpin for NotificationWebhookMapping
impl UnwindSafe for NotificationWebhookMapping
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