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 ==
.impl Copy for PySendResult
impl Eq for PySendResult
impl StructuralEq for PySendResult
impl StructuralPartialEq for PySendResult
Auto Trait Implementations§
impl RefUnwindSafe for PySendResult
impl Send for PySendResult
impl Sync for PySendResult
impl Unpin for PySendResult
impl UnwindSafe for PySendResult
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more