pub struct MilestoneEdited { /* private fields */ }
Implementations§
Source§impl MilestoneEdited
impl MilestoneEdited
pub fn action<T>(self, value: T) -> Self
pub fn changes<T>(self, value: T) -> Self
pub fn installation<T>(self, value: T) -> Self
pub fn milestone<T>(self, value: T) -> Self
pub fn organization<T>(self, value: T) -> Self
pub fn repository<T>(self, value: T) -> Self
pub fn sender<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for MilestoneEdited
impl Clone for MilestoneEdited
Source§fn clone(&self) -> MilestoneEdited
fn clone(&self) -> MilestoneEdited
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 MilestoneEdited
impl Debug for MilestoneEdited
Source§impl Default for MilestoneEdited
impl Default for MilestoneEdited
Source§impl From<MilestoneEdited> for MilestoneEdited
impl From<MilestoneEdited> for MilestoneEdited
Source§fn from(value: MilestoneEdited) -> Self
fn from(value: MilestoneEdited) -> Self
Converts to this type from the input type.
Source§impl TryFrom<MilestoneEdited> for MilestoneEdited
impl TryFrom<MilestoneEdited> for MilestoneEdited
Auto Trait Implementations§
impl Freeze for MilestoneEdited
impl RefUnwindSafe for MilestoneEdited
impl Send for MilestoneEdited
impl Sync for MilestoneEdited
impl Unpin for MilestoneEdited
impl UnwindSafe for MilestoneEdited
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