Enum ext_php_rs::describe::MethodType
source · #[repr(C)]
pub enum MethodType {
Member,
Static,
Constructor,
}
Expand description
Enumerator used to differentiate between methods.
Variants§
Trait Implementations§
source§impl Clone for MethodType
impl Clone for MethodType
source§fn clone(&self) -> MethodType
fn clone(&self) -> MethodType
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