#[non_exhaustive]pub struct ListRecommendationsOutput { /* private fields */ }Implementations
sourceimpl ListRecommendationsOutput
impl ListRecommendationsOutput
sourcepub fn recommendation_summaries(&self) -> Option<&[RecommendationSummary]>
pub fn recommendation_summaries(&self) -> Option<&[RecommendationSummary]>
List of recommendations for the requested code review.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Pagination token.
sourceimpl ListRecommendationsOutput
impl ListRecommendationsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListRecommendationsOutput.
Trait Implementations
sourceimpl Clone for ListRecommendationsOutput
impl Clone for ListRecommendationsOutput
sourcefn clone(&self) -> ListRecommendationsOutput
fn clone(&self) -> ListRecommendationsOutput
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 ListRecommendationsOutput
impl Debug for ListRecommendationsOutput
sourceimpl PartialEq<ListRecommendationsOutput> for ListRecommendationsOutput
impl PartialEq<ListRecommendationsOutput> for ListRecommendationsOutput
sourcefn eq(&self, other: &ListRecommendationsOutput) -> bool
fn eq(&self, other: &ListRecommendationsOutput) -> bool
impl StructuralPartialEq for ListRecommendationsOutput
Auto Trait Implementations
impl RefUnwindSafe for ListRecommendationsOutput
impl Send for ListRecommendationsOutput
impl Sync for ListRecommendationsOutput
impl Unpin for ListRecommendationsOutput
impl UnwindSafe for ListRecommendationsOutput
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