Struct aws_sdk_quicksight::types::WhatIfRangeScenario
source · #[non_exhaustive]pub struct WhatIfRangeScenario { /* private fields */ }Expand description
Provides the forecast to meet the target for a particular date range.
Implementations§
source§impl WhatIfRangeScenario
impl WhatIfRangeScenario
source§impl WhatIfRangeScenario
impl WhatIfRangeScenario
sourcepub fn builder() -> WhatIfRangeScenarioBuilder
pub fn builder() -> WhatIfRangeScenarioBuilder
Creates a new builder-style object to manufacture WhatIfRangeScenario.
Trait Implementations§
source§impl Clone for WhatIfRangeScenario
impl Clone for WhatIfRangeScenario
source§fn clone(&self) -> WhatIfRangeScenario
fn clone(&self) -> WhatIfRangeScenario
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 WhatIfRangeScenario
impl Debug for WhatIfRangeScenario
source§impl PartialEq<WhatIfRangeScenario> for WhatIfRangeScenario
impl PartialEq<WhatIfRangeScenario> for WhatIfRangeScenario
source§fn eq(&self, other: &WhatIfRangeScenario) -> bool
fn eq(&self, other: &WhatIfRangeScenario) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for WhatIfRangeScenario
Auto Trait Implementations§
impl RefUnwindSafe for WhatIfRangeScenario
impl Send for WhatIfRangeScenario
impl Sync for WhatIfRangeScenario
impl Unpin for WhatIfRangeScenario
impl UnwindSafe for WhatIfRangeScenario
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