Struct pyo3::exc::asyncio::QueueEmpty [−][src]
pub struct QueueEmpty;
Methods
impl QueueEmpty[src]
impl QueueEmptypub fn new<T: ToPyObject + 'static>(args: T) -> PyErr where
Self: PyTypeObject + Sized, [src]
pub fn new<T: ToPyObject + 'static>(args: T) -> PyErr where
Self: PyTypeObject + Sized, pub fn into<R, T: ToPyObject + 'static>(args: T) -> PyResult<R> where
Self: PyTypeObject + Sized, [src]
pub fn into<R, T: ToPyObject + 'static>(args: T) -> PyResult<R> where
Self: PyTypeObject + Sized, Trait Implementations
impl From<QueueEmpty> for PyErr[src]
impl From<QueueEmpty> for PyErrfn from(_err: QueueEmpty) -> PyErr[src]
fn from(_err: QueueEmpty) -> PyErrPerforms the conversion.
impl<T> Into<PyResult<T>> for QueueEmpty[src]
impl<T> Into<PyResult<T>> for QueueEmptyimpl PyTypeObject for QueueEmpty[src]
impl PyTypeObject for QueueEmptyfn 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 QueueEmpty
impl Send for QueueEmptyimpl Sync for QueueEmpty
impl Sync for QueueEmpty