#[non_exhaustive]pub struct CreateCodeReviewOutput { /* private fields */ }Implementations§
source§impl CreateCodeReviewOutput
impl CreateCodeReviewOutput
sourcepub fn code_review(&self) -> Option<&CodeReview>
pub fn code_review(&self) -> Option<&CodeReview>
Information about a code review. A code review belongs to the associated repository that contains the reviewed code.
source§impl CreateCodeReviewOutput
impl CreateCodeReviewOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateCodeReviewOutput.
Trait Implementations§
source§impl Clone for CreateCodeReviewOutput
impl Clone for CreateCodeReviewOutput
source§fn clone(&self) -> CreateCodeReviewOutput
fn clone(&self) -> CreateCodeReviewOutput
Returns a copy 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 CreateCodeReviewOutput
impl Debug for CreateCodeReviewOutput
source§impl PartialEq<CreateCodeReviewOutput> for CreateCodeReviewOutput
impl PartialEq<CreateCodeReviewOutput> for CreateCodeReviewOutput
source§fn eq(&self, other: &CreateCodeReviewOutput) -> bool
fn eq(&self, other: &CreateCodeReviewOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.