#[non_exhaustive]pub struct DescribeCodeCoveragesOutput { /* private fields */ }
Implementations
sourceimpl DescribeCodeCoveragesOutput
impl DescribeCodeCoveragesOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If there are more items to return, this contains a token that is passed to a subsequent call to DescribeCodeCoverages
to retrieve the next set of items.
sourcepub fn code_coverages(&self) -> Option<&[CodeCoverage]>
pub fn code_coverages(&self) -> Option<&[CodeCoverage]>
An array of CodeCoverage
objects that contain the results.
sourceimpl DescribeCodeCoveragesOutput
impl DescribeCodeCoveragesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeCodeCoveragesOutput
.
Trait Implementations
sourceimpl Clone for DescribeCodeCoveragesOutput
impl Clone for DescribeCodeCoveragesOutput
sourcefn clone(&self) -> DescribeCodeCoveragesOutput
fn clone(&self) -> DescribeCodeCoveragesOutput
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 DescribeCodeCoveragesOutput
impl Debug for DescribeCodeCoveragesOutput
sourceimpl PartialEq<DescribeCodeCoveragesOutput> for DescribeCodeCoveragesOutput
impl PartialEq<DescribeCodeCoveragesOutput> for DescribeCodeCoveragesOutput
sourcefn eq(&self, other: &DescribeCodeCoveragesOutput) -> bool
fn eq(&self, other: &DescribeCodeCoveragesOutput) -> bool
impl StructuralPartialEq for DescribeCodeCoveragesOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeCodeCoveragesOutput
impl Send for DescribeCodeCoveragesOutput
impl Sync for DescribeCodeCoveragesOutput
impl Unpin for DescribeCodeCoveragesOutput
impl UnwindSafe for DescribeCodeCoveragesOutput
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