Struct pyo3::pyclass_slots::PyClassDummySlot[][src]

pub struct PyClassDummySlot;
Expand description

Zero-sized dummy field.

Trait Implementations

Initializes a PyObject __dict__ reference.

Whether this __dict__ field is capable of holding a dictionary.

Empties the dictionary of its key-value pairs.

This trait is private to implement; this method exists to make it impossible to implement outside the crate. Read more

Initializes a weakref instance.

Whether this weakref type is capable of holding weak references.

Clears the weak references to the given object. Read more

This trait is private to implement; this method exists to make it impossible to implement outside the crate. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.