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