Struct php_parser_rs::ClosureUse
source · pub struct ClosureUse {
pub var: Expression,
pub by_ref: bool,
}
Fields§
§var: Expression
§by_ref: bool
Trait Implementations§
source§impl Clone for ClosureUse
impl Clone for ClosureUse
source§fn clone(&self) -> ClosureUse
fn clone(&self) -> ClosureUse
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