Struct pyo3::exc::IsADirectoryError [−][src]
pub struct IsADirectoryError;
Methods
impl IsADirectoryError[src]
impl IsADirectoryErrorpub fn new<V: ToPyObject + 'static>(args: V) -> PyErr[src]
pub fn new<V: ToPyObject + 'static>(args: V) -> PyErrpub fn into<R, V: ToPyObject + 'static>(args: V) -> PyResult<R>[src]
pub fn into<R, V: ToPyObject + 'static>(args: V) -> PyResult<R>Trait Implementations
impl From<IsADirectoryError> for PyErr[src]
impl From<IsADirectoryError> for PyErrfn from(_err: IsADirectoryError) -> PyErr[src]
fn from(_err: IsADirectoryError) -> PyErrPerforms the conversion.
impl<T> Into<PyResult<T>> for IsADirectoryError[src]
impl<T> Into<PyResult<T>> for IsADirectoryErrorimpl PyTypeObject for IsADirectoryError[src]
impl PyTypeObject for IsADirectoryErrorfn init_type()[src]
fn init_type()Initialize type object
fn type_object() -> Py<PyType>[src]
fn type_object() -> Py<PyType>Retrieves the type object for this Python object type.
fn create(py: Python) -> PyResult<PyRawObject> where
Self: Sized + PyObjectAlloc<Self> + PyTypeInfo, [src]
fn create(py: Python) -> PyResult<PyRawObject> where
Self: Sized + PyObjectAlloc<Self> + PyTypeInfo, Create PyRawObject which can be initialized with rust value
Auto Trait Implementations
impl Send for IsADirectoryError
impl Send for IsADirectoryErrorimpl Sync for IsADirectoryError
impl Sync for IsADirectoryError