Enum php_parser_rs::BackedEnumType
source · pub enum BackedEnumType {
String,
Int,
}
Variants§
Trait Implementations§
source§impl Clone for BackedEnumType
impl Clone for BackedEnumType
source§fn clone(&self) -> BackedEnumType
fn clone(&self) -> BackedEnumType
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