Enum php_parser_rs::MethodFlag
source · pub enum MethodFlag {
Final,
Abstract,
Public,
Protected,
Private,
Static,
}
Variants§
Trait Implementations§
source§impl Clone for MethodFlag
impl Clone for MethodFlag
source§fn clone(&self) -> MethodFlag
fn clone(&self) -> MethodFlag
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