#[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 UnsafeUnpin 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