pub struct PlanEnvironment {
pub mask: Vec<MaskHint>,
pub options: Option<Value>,
pub variables: Option<Value>,
}Expand description
Fields§
§mask: Vec<MaskHint>§options: Option<Value>§variables: Option<Value>Implementations§
Trait Implementations§
source§impl Clone for PlanEnvironment
impl Clone for PlanEnvironment
source§fn clone(&self) -> PlanEnvironment
fn clone(&self) -> PlanEnvironment
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 PlanEnvironment
impl Debug for PlanEnvironment
source§impl Default for PlanEnvironment
impl Default for PlanEnvironment
source§fn default() -> PlanEnvironment
fn default() -> PlanEnvironment
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PlanEnvironment
impl<'de> Deserialize<'de> for PlanEnvironment
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
source§impl PartialEq<PlanEnvironment> for PlanEnvironment
impl PartialEq<PlanEnvironment> for PlanEnvironment
source§fn eq(&self, other: &PlanEnvironment) -> bool
fn eq(&self, other: &PlanEnvironment) -> bool
This method tests for
self and other values to be equal, and is used
by ==.