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