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