Struct pyo3::exc::InterruptedError [−][src]
pub struct InterruptedError;
Methods
impl InterruptedError[src]
impl InterruptedErrorpub 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<InterruptedError> for PyErr[src]
impl From<InterruptedError> for PyErrfn from(_err: InterruptedError) -> PyErr[src]
fn from(_err: InterruptedError) -> PyErrPerforms the conversion.
impl<T> Into<PyResult<T>> for InterruptedError[src]
impl<T> Into<PyResult<T>> for InterruptedErrorimpl PyTypeObject for InterruptedError[src]
impl PyTypeObject for InterruptedErrorfn 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 InterruptedError
impl Send for InterruptedErrorimpl Sync for InterruptedError
impl Sync for InterruptedError