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