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