pub struct WebhooksChanges {
pub body: Option<Box<WebhooksChangesBody>>,
}
Expand description
WebhooksChanges : The changes to the comment.
Fields§
§body: Option<Box<WebhooksChangesBody>>
Implementations§
Source§impl WebhooksChanges
impl WebhooksChanges
Sourcepub fn new() -> WebhooksChanges
pub fn new() -> WebhooksChanges
The changes to the comment.
Trait Implementations§
Source§impl Clone for WebhooksChanges
impl Clone for WebhooksChanges
Source§fn clone(&self) -> WebhooksChanges
fn clone(&self) -> WebhooksChanges
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 WebhooksChanges
impl Debug for WebhooksChanges
Source§impl Default for WebhooksChanges
impl Default for WebhooksChanges
Source§fn default() -> WebhooksChanges
fn default() -> WebhooksChanges
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WebhooksChanges
impl<'de> Deserialize<'de> for WebhooksChanges
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 WebhooksChanges
impl PartialEq for WebhooksChanges
Source§impl Serialize for WebhooksChanges
impl Serialize for WebhooksChanges
impl StructuralPartialEq for WebhooksChanges
Auto Trait Implementations§
impl Freeze for WebhooksChanges
impl RefUnwindSafe for WebhooksChanges
impl Send for WebhooksChanges
impl Sync for WebhooksChanges
impl Unpin for WebhooksChanges
impl UnwindSafe for WebhooksChanges
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