#[non_exhaustive]pub struct SearchRasterDataCollectionOutput { /* private fields */ }
Implementations§
source§impl SearchRasterDataCollectionOutput
impl SearchRasterDataCollectionOutput
sourcepub fn approximate_result_count(&self) -> Option<i32>
pub fn approximate_result_count(&self) -> Option<i32>
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
sourcepub fn items(&self) -> Option<&[ItemSource]>
pub fn items(&self) -> Option<&[ItemSource]>
source§impl SearchRasterDataCollectionOutput
impl SearchRasterDataCollectionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SearchRasterDataCollectionOutput
.
Trait Implementations§
source§impl Clone for SearchRasterDataCollectionOutput
impl Clone for SearchRasterDataCollectionOutput
source§fn clone(&self) -> SearchRasterDataCollectionOutput
fn clone(&self) -> SearchRasterDataCollectionOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<SearchRasterDataCollectionOutput> for SearchRasterDataCollectionOutput
impl PartialEq<SearchRasterDataCollectionOutput> for SearchRasterDataCollectionOutput
source§fn eq(&self, other: &SearchRasterDataCollectionOutput) -> bool
fn eq(&self, other: &SearchRasterDataCollectionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.