pub struct PullRequestReview { /* private fields */ }
Implementations§
Source§impl PullRequestReview
impl PullRequestReview
pub fn body<T>(self, value: T) -> Self
pub fn commit_id<T>(self, value: T) -> Self
pub fn html_url<T>(self, value: T) -> Self
pub fn id<T>(self, value: T) -> Self
pub fn links<T>(self, value: T) -> Self
pub fn node_id<T>(self, value: T) -> Self
pub fn pull_request_url<T>(self, value: T) -> Self
pub fn state<T>(self, value: T) -> Self
pub fn submitted_at<T>(self, value: T) -> Self
pub fn user<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for PullRequestReview
impl Clone for PullRequestReview
Source§fn clone(&self) -> PullRequestReview
fn clone(&self) -> PullRequestReview
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 PullRequestReview
impl Debug for PullRequestReview
Source§impl Default for PullRequestReview
impl Default for PullRequestReview
Source§impl From<PullRequestReview> for PullRequestReview
impl From<PullRequestReview> for PullRequestReview
Source§fn from(value: PullRequestReview) -> Self
fn from(value: PullRequestReview) -> Self
Converts to this type from the input type.
Source§impl TryFrom<PullRequestReview> for PullRequestReview
impl TryFrom<PullRequestReview> for PullRequestReview
Auto Trait Implementations§
impl Freeze for PullRequestReview
impl RefUnwindSafe for PullRequestReview
impl Send for PullRequestReview
impl Sync for PullRequestReview
impl Unpin for PullRequestReview
impl UnwindSafe for PullRequestReview
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