Skip to main content

Module guard

Module guard 

Source

Structs§

PyClassGuard
A wrapper type for an immutably borrowed value from a PyClass.
PyClassGuardError
Custom error type for extracting a PyClassGuard
PyClassGuardMap
Wraps a borrowed shared reference U to a value stored inside of a pyclass T
PyClassGuardMapMut
Wraps a borrowed mutable reference U to a value stored inside of a pyclass T
PyClassGuardMut
A wrapper type for a mutably borrowed value from a PyClass
PyClassGuardMutError
Custom error type for extracting a PyClassGuardMut
PyClassGuardMutSuper
Wraps a borrowed mutable reference to the base class T::BaseType of a PyClass T
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here