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