Struct php_parser_rs::parser::ast::declares::DeclareEntry
source · pub struct DeclareEntry {
pub key: SimpleIdentifier,
pub span: Span,
pub value: Expression,
}
Fields§
§key: SimpleIdentifier
§span: Span
§value: Expression
Trait Implementations§
source§impl Clone for DeclareEntry
impl Clone for DeclareEntry
source§fn clone(&self) -> DeclareEntry
fn clone(&self) -> DeclareEntry
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 DeclareEntry
impl Debug for DeclareEntry
source§impl<'de> Deserialize<'de> for DeclareEntry
impl<'de> Deserialize<'de> for DeclareEntry
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