Struct aws_sdk_support::output::DescribeCasesOutput
source · [−]#[non_exhaustive]pub struct DescribeCasesOutput { /* private fields */ }Expand description
Returns an array of CaseDetails objects and a nextToken that defines a point for pagination in the result set.
Implementations
sourceimpl DescribeCasesOutput
impl DescribeCasesOutput
sourcepub fn cases(&self) -> Option<&[CaseDetails]>
pub fn cases(&self) -> Option<&[CaseDetails]>
The details for the cases that match the request.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A resumption point for pagination.
sourceimpl DescribeCasesOutput
impl DescribeCasesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeCasesOutput.
Trait Implementations
sourceimpl Clone for DescribeCasesOutput
impl Clone for DescribeCasesOutput
sourcefn clone(&self) -> DescribeCasesOutput
fn clone(&self) -> DescribeCasesOutput
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 DescribeCasesOutput
impl Debug for DescribeCasesOutput
sourceimpl PartialEq<DescribeCasesOutput> for DescribeCasesOutput
impl PartialEq<DescribeCasesOutput> for DescribeCasesOutput
sourcefn eq(&self, other: &DescribeCasesOutput) -> bool
fn eq(&self, other: &DescribeCasesOutput) -> bool
impl StructuralPartialEq for DescribeCasesOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeCasesOutput
impl Send for DescribeCasesOutput
impl Sync for DescribeCasesOutput
impl Unpin for DescribeCasesOutput
impl UnwindSafe for DescribeCasesOutput
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