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