Enum pyo3_ffi::PySendResult
source · #[repr(C)]
pub enum PySendResult {
PYGEN_RETURN,
PYGEN_ERROR,
PYGEN_NEXT,
}
Variants§
Trait Implementations§
source§impl Clone for PySendResult
impl Clone for PySendResult
source§fn clone(&self) -> PySendResult
fn clone(&self) -> PySendResult
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PySendResult
impl Debug for PySendResult
source§impl PartialEq<PySendResult> for PySendResult
impl PartialEq<PySendResult> for PySendResult
source§fn eq(&self, other: &PySendResult) -> bool
fn eq(&self, other: &PySendResult) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.