Enum php_parser_rs::StringPart
source · pub enum StringPart {
Const(ByteString),
Expr(Box<Expression>),
}
Variants§
Const(ByteString)
Expr(Box<Expression>)
Trait Implementations§
source§impl Clone for StringPart
impl Clone for StringPart
source§fn clone(&self) -> StringPart
fn clone(&self) -> StringPart
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