#[non_exhaustive]pub struct ListCodeReviewsOutput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl ListCodeReviewsOutput
impl ListCodeReviewsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListCodeReviewsOutput.
Trait Implementations
sourceimpl Clone for ListCodeReviewsOutput
impl Clone for ListCodeReviewsOutput
sourcefn clone(&self) -> ListCodeReviewsOutput
fn clone(&self) -> ListCodeReviewsOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ListCodeReviewsOutput
impl Debug for ListCodeReviewsOutput
sourceimpl PartialEq<ListCodeReviewsOutput> for ListCodeReviewsOutput
impl PartialEq<ListCodeReviewsOutput> for ListCodeReviewsOutput
sourcefn eq(&self, other: &ListCodeReviewsOutput) -> bool
fn eq(&self, other: &ListCodeReviewsOutput) -> bool
impl StructuralPartialEq for ListCodeReviewsOutput
Auto Trait Implementations
impl RefUnwindSafe for ListCodeReviewsOutput
impl Send for ListCodeReviewsOutput
impl Sync for ListCodeReviewsOutput
impl Unpin for ListCodeReviewsOutput
impl UnwindSafe for ListCodeReviewsOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more