pub enum OptionalChangeForecastBasis {
Possible,
NotPossible,
}Expand description
Whether the forecast basis may be changed.
Variants§
Trait Implementations§
Source§impl Clone for OptionalChangeForecastBasis
impl Clone for OptionalChangeForecastBasis
Source§fn clone(&self) -> OptionalChangeForecastBasis
fn clone(&self) -> OptionalChangeForecastBasis
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OptionalChangeForecastBasis
Source§impl Debug for OptionalChangeForecastBasis
impl Debug for OptionalChangeForecastBasis
Source§impl<'de> Deserialize<'de> for OptionalChangeForecastBasis
impl<'de> Deserialize<'de> for OptionalChangeForecastBasis
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for OptionalChangeForecastBasis
Source§impl PartialEq for OptionalChangeForecastBasis
impl PartialEq for OptionalChangeForecastBasis
Source§fn eq(&self, other: &OptionalChangeForecastBasis) -> bool
fn eq(&self, other: &OptionalChangeForecastBasis) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OptionalChangeForecastBasis
Auto Trait Implementations§
impl Freeze for OptionalChangeForecastBasis
impl RefUnwindSafe for OptionalChangeForecastBasis
impl Send for OptionalChangeForecastBasis
impl Sync for OptionalChangeForecastBasis
impl Unpin for OptionalChangeForecastBasis
impl UnsafeUnpin for OptionalChangeForecastBasis
impl UnwindSafe for OptionalChangeForecastBasis
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