#[non_exhaustive]pub struct TemporalStatisticsConfigInput { /* private fields */ }
Expand description
Implementations§
source§impl TemporalStatisticsConfigInput
impl TemporalStatisticsConfigInput
sourcepub fn statistics(&self) -> Option<&[TemporalStatistics]>
pub fn statistics(&self) -> Option<&[TemporalStatistics]>
sourcepub fn target_bands(&self) -> Option<&[String]>
pub fn target_bands(&self) -> Option<&[String]>
source§impl TemporalStatisticsConfigInput
impl TemporalStatisticsConfigInput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TemporalStatisticsConfigInput
.
Trait Implementations§
source§impl Clone for TemporalStatisticsConfigInput
impl Clone for TemporalStatisticsConfigInput
source§fn clone(&self) -> TemporalStatisticsConfigInput
fn clone(&self) -> TemporalStatisticsConfigInput
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<TemporalStatisticsConfigInput> for TemporalStatisticsConfigInput
impl PartialEq<TemporalStatisticsConfigInput> for TemporalStatisticsConfigInput
source§fn eq(&self, other: &TemporalStatisticsConfigInput) -> bool
fn eq(&self, other: &TemporalStatisticsConfigInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.