Struct aws_sdk_rekognition::output::DescribeProjectsOutput
source · [−]#[non_exhaustive]pub struct DescribeProjectsOutput { /* private fields */ }Implementations
sourceimpl DescribeProjectsOutput
impl DescribeProjectsOutput
sourcepub fn project_descriptions(&self) -> Option<&[ProjectDescription]>
pub fn project_descriptions(&self) -> Option<&[ProjectDescription]>
A list of project descriptions. The list is sorted by the date and time the projects are created.
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 DescribeProjectsOutput
impl DescribeProjectsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeProjectsOutput.
Trait Implementations
sourceimpl Clone for DescribeProjectsOutput
impl Clone for DescribeProjectsOutput
sourcefn clone(&self) -> DescribeProjectsOutput
fn clone(&self) -> DescribeProjectsOutput
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 DescribeProjectsOutput
impl Debug for DescribeProjectsOutput
sourceimpl PartialEq<DescribeProjectsOutput> for DescribeProjectsOutput
impl PartialEq<DescribeProjectsOutput> for DescribeProjectsOutput
sourcefn eq(&self, other: &DescribeProjectsOutput) -> bool
fn eq(&self, other: &DescribeProjectsOutput) -> bool
impl StructuralPartialEq for DescribeProjectsOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeProjectsOutput
impl Send for DescribeProjectsOutput
impl Sync for DescribeProjectsOutput
impl Unpin for DescribeProjectsOutput
impl UnwindSafe for DescribeProjectsOutput
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