#[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 more