Struct aws_sdk_quicksight::types::ForecastScenario
source · #[non_exhaustive]pub struct ForecastScenario { /* private fields */ }Expand description
The forecast scenario of a forecast in the line chart.
Implementations§
source§impl ForecastScenario
impl ForecastScenario
sourcepub fn what_if_point_scenario(&self) -> Option<&WhatIfPointScenario>
pub fn what_if_point_scenario(&self) -> Option<&WhatIfPointScenario>
The what-if analysis forecast setup with the target date.
sourcepub fn what_if_range_scenario(&self) -> Option<&WhatIfRangeScenario>
pub fn what_if_range_scenario(&self) -> Option<&WhatIfRangeScenario>
The what-if analysis forecast setup with the date range.
source§impl ForecastScenario
impl ForecastScenario
sourcepub fn builder() -> ForecastScenarioBuilder
pub fn builder() -> ForecastScenarioBuilder
Creates a new builder-style object to manufacture ForecastScenario.
Trait Implementations§
source§impl Clone for ForecastScenario
impl Clone for ForecastScenario
source§fn clone(&self) -> ForecastScenario
fn clone(&self) -> ForecastScenario
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 ForecastScenario
impl Debug for ForecastScenario
source§impl PartialEq<ForecastScenario> for ForecastScenario
impl PartialEq<ForecastScenario> for ForecastScenario
source§fn eq(&self, other: &ForecastScenario) -> bool
fn eq(&self, other: &ForecastScenario) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ForecastScenario
Auto Trait Implementations§
impl RefUnwindSafe for ForecastScenario
impl Send for ForecastScenario
impl Sync for ForecastScenario
impl Unpin for ForecastScenario
impl UnwindSafe for ForecastScenario
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more