pub struct PatchedNotificationWebhookMappingRequest {
pub name: Option<String>,
pub expression: Option<String>,
}
Expand description
PatchedNotificationWebhookMappingRequest : NotificationWebhookMapping Serializer
Fields§
§name: Option<String>
§expression: Option<String>
Implementations§
Source§impl PatchedNotificationWebhookMappingRequest
impl PatchedNotificationWebhookMappingRequest
Sourcepub fn new() -> PatchedNotificationWebhookMappingRequest
pub fn new() -> PatchedNotificationWebhookMappingRequest
NotificationWebhookMapping Serializer
Trait Implementations§
Source§impl Clone for PatchedNotificationWebhookMappingRequest
impl Clone for PatchedNotificationWebhookMappingRequest
Source§fn clone(&self) -> PatchedNotificationWebhookMappingRequest
fn clone(&self) -> PatchedNotificationWebhookMappingRequest
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 Default for PatchedNotificationWebhookMappingRequest
impl Default for PatchedNotificationWebhookMappingRequest
Source§fn default() -> PatchedNotificationWebhookMappingRequest
fn default() -> PatchedNotificationWebhookMappingRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PatchedNotificationWebhookMappingRequest
impl<'de> Deserialize<'de> for PatchedNotificationWebhookMappingRequest
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 PatchedNotificationWebhookMappingRequest
impl PartialEq for PatchedNotificationWebhookMappingRequest
Source§fn eq(&self, other: &PatchedNotificationWebhookMappingRequest) -> bool
fn eq(&self, other: &PatchedNotificationWebhookMappingRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for PatchedNotificationWebhookMappingRequest
Auto Trait Implementations§
impl Freeze for PatchedNotificationWebhookMappingRequest
impl RefUnwindSafe for PatchedNotificationWebhookMappingRequest
impl Send for PatchedNotificationWebhookMappingRequest
impl Sync for PatchedNotificationWebhookMappingRequest
impl Unpin for PatchedNotificationWebhookMappingRequest
impl UnwindSafe for PatchedNotificationWebhookMappingRequest
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