Enum python3_sys::PySendResult
source · #[repr(C)]pub enum PySendResult {
PYGEN_RETURN = 0,
PYGEN_ERROR = -1,
PYGEN_NEXT = 1,
}
Variants§
Auto Trait Implementations§
impl Freeze for PySendResult
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