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