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