Struct php_parser_rs::DeclareItem
source · pub struct DeclareItem {
pub key: Identifier,
pub value: Expression,
}
Fields§
§key: Identifier
§value: Expression
Trait Implementations§
source§impl Clone for DeclareItem
impl Clone for DeclareItem
source§fn clone(&self) -> DeclareItem
fn clone(&self) -> DeclareItem
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 more