pub struct WebhookLabelEditedChanges {
pub color: Option<Box<WebhookLabelEditedChangesColor>>,
pub description: Option<Box<WebhookLabelEditedChangesDescription>>,
pub name: Option<Box<WebhookLabelEditedChangesName>>,
}
Expand description
WebhookLabelEditedChanges : The changes to the label if the action was edited
.
Fields§
§color: Option<Box<WebhookLabelEditedChangesColor>>
§description: Option<Box<WebhookLabelEditedChangesDescription>>
§name: Option<Box<WebhookLabelEditedChangesName>>
Implementations§
Source§impl WebhookLabelEditedChanges
impl WebhookLabelEditedChanges
Sourcepub fn new() -> WebhookLabelEditedChanges
pub fn new() -> WebhookLabelEditedChanges
The changes to the label if the action was edited
.
Trait Implementations§
Source§impl Clone for WebhookLabelEditedChanges
impl Clone for WebhookLabelEditedChanges
Source§fn clone(&self) -> WebhookLabelEditedChanges
fn clone(&self) -> WebhookLabelEditedChanges
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 WebhookLabelEditedChanges
impl Debug for WebhookLabelEditedChanges
Source§impl Default for WebhookLabelEditedChanges
impl Default for WebhookLabelEditedChanges
Source§fn default() -> WebhookLabelEditedChanges
fn default() -> WebhookLabelEditedChanges
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WebhookLabelEditedChanges
impl<'de> Deserialize<'de> for WebhookLabelEditedChanges
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 WebhookLabelEditedChanges
Auto Trait Implementations§
impl Freeze for WebhookLabelEditedChanges
impl RefUnwindSafe for WebhookLabelEditedChanges
impl Send for WebhookLabelEditedChanges
impl Sync for WebhookLabelEditedChanges
impl Unpin for WebhookLabelEditedChanges
impl UnwindSafe for WebhookLabelEditedChanges
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