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

pub struct SystemExit;

Methods

impl SystemExit
[src]

[src]

[src]

Trait Implementations

impl From<SystemExit> for PyErr
[src]

[src]

Performs the conversion.

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

[src]

Performs the conversion.

impl PyTypeObject for SystemExit
[src]

[src]

Initialize type object

[src]

Retrieves the type object for this Python object type.

[src]

Create PyRawObject which can be initialized with rust value

Auto Trait Implementations

impl Send for SystemExit

impl Sync for SystemExit