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