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