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