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