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