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