#[non_exhaustive]pub struct DescribeProjectVersionsOutput { /* private fields */ }Implementations
sourceimpl DescribeProjectVersionsOutput
impl DescribeProjectVersionsOutput
sourcepub fn project_version_descriptions(
&self
) -> Option<&[ProjectVersionDescription]>
pub fn project_version_descriptions(
&self
) -> Option<&[ProjectVersionDescription]>
A list of model descriptions. The list is sorted by the creation date and time of the model versions, latest to earliest.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom Labels returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.
sourceimpl DescribeProjectVersionsOutput
impl DescribeProjectVersionsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeProjectVersionsOutput.
Trait Implementations
sourceimpl Clone for DescribeProjectVersionsOutput
impl Clone for DescribeProjectVersionsOutput
sourcefn clone(&self) -> DescribeProjectVersionsOutput
fn clone(&self) -> DescribeProjectVersionsOutput
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 DescribeProjectVersionsOutput
impl Debug for DescribeProjectVersionsOutput
sourceimpl PartialEq<DescribeProjectVersionsOutput> for DescribeProjectVersionsOutput
impl PartialEq<DescribeProjectVersionsOutput> for DescribeProjectVersionsOutput
sourcefn eq(&self, other: &DescribeProjectVersionsOutput) -> bool
fn eq(&self, other: &DescribeProjectVersionsOutput) -> bool
impl StructuralPartialEq for DescribeProjectVersionsOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeProjectVersionsOutput
impl Send for DescribeProjectVersionsOutput
impl Sync for DescribeProjectVersionsOutput
impl Unpin for DescribeProjectVersionsOutput
impl UnwindSafe for DescribeProjectVersionsOutput
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