Module pyclass

Module pyclass 

Source
Expand description

PyClass and related traits.

Structs§

PyClassGuard
A wrapper type for an immutably borrowed value from a PyClass.
PyClassGuardMap
Wraps a borrowed reference U to a value stored inside of a pyclass T
PyClassGuardMut
A wrapper type for a mutably borrowed value from a PyClass
PyTraverseError
Error returned by a __traverse__ visitor implementation.
PyVisit
Object visitor for GC.

Enums§

CompareOp
Operators for the __richcmp__ method

Traits§

PyClass
Types that can be used as Python classes.