Enum pyo3_macros_backend::PyClassMethodsType [−][src]
pub enum PyClassMethodsType { Specialization, Inventory, }
Expand description
The mechanism used to collect #[pymethods]
into the type object
Variants
Auto Trait Implementations
impl RefUnwindSafe for PyClassMethodsType
impl Send for PyClassMethodsType
impl Sync for PyClassMethodsType
impl Unpin for PyClassMethodsType
impl UnwindSafe for PyClassMethodsType