Struct php_parser_rs::parser::ast::properties::VariablePropertyEntry
source · pub struct VariablePropertyEntry {
pub variable: SimpleVariable,
pub value: Option<Expression>,
}
Fields§
§variable: SimpleVariable
§value: Option<Expression>
Trait Implementations§
source§impl Clone for VariablePropertyEntry
impl Clone for VariablePropertyEntry
source§fn clone(&self) -> VariablePropertyEntry
fn clone(&self) -> VariablePropertyEntry
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 VariablePropertyEntry
impl Debug for VariablePropertyEntry
source§impl<'de> Deserialize<'de> for VariablePropertyEntry
impl<'de> Deserialize<'de> for VariablePropertyEntry
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