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