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