Struct pyo3::exc::SystemExit[][src]

pub struct SystemExit;

Methods

impl SystemExit
[src]

Trait Implementations

impl From<SystemExit> for PyErr
[src]

Performs the conversion.

impl<T> Into<PyResult<T>> for SystemExit
[src]

Performs the conversion.

impl PyTypeObject for SystemExit
[src]

Initialize type object

Retrieves the type object for this Python object type.

Create PyRawObject which can be initialized with rust value

Auto Trait Implementations

impl Send for SystemExit

impl Sync for SystemExit