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