Struct pyo3::prelude::exc::FileExistsError[][src]

pub struct FileExistsError;

Methods

impl FileExistsError
[src]

Trait Implementations

impl From<FileExistsError> for PyErr
[src]

Performs the conversion.

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

Performs the conversion.

impl PyTypeObject for FileExistsError
[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