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