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