#[non_exhaustive]pub struct ListCodeReviewsOutput { /* private fields */ }Implementations§
source§impl ListCodeReviewsOutput
impl ListCodeReviewsOutput
sourcepub fn code_review_summaries(&self) -> Option<&[CodeReviewSummary]>
pub fn code_review_summaries(&self) -> Option<&[CodeReviewSummary]>
A list of code reviews that meet the criteria of the request.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Pagination token.
source§impl ListCodeReviewsOutput
impl ListCodeReviewsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListCodeReviewsOutput.
Trait Implementations§
source§impl Clone for ListCodeReviewsOutput
impl Clone for ListCodeReviewsOutput
source§fn clone(&self) -> ListCodeReviewsOutput
fn clone(&self) -> ListCodeReviewsOutput
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 ListCodeReviewsOutput
impl Debug for ListCodeReviewsOutput
source§impl PartialEq<ListCodeReviewsOutput> for ListCodeReviewsOutput
impl PartialEq<ListCodeReviewsOutput> for ListCodeReviewsOutput
source§fn eq(&self, other: &ListCodeReviewsOutput) -> bool
fn eq(&self, other: &ListCodeReviewsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.