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