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 PyClassMethodsTypeimpl Send for PyClassMethodsTypeimpl Sync for PyClassMethodsTypeimpl Unpin for PyClassMethodsTypeimpl UnwindSafe for PyClassMethodsType