pub struct NemoRelayNativeAsyncNext { /* private fields */ }Expand description
Opaque native execution continuation supplied only to execution intercepts.
Auto Trait Implementations§
impl !Send for NemoRelayNativeAsyncNext
impl !Sync for NemoRelayNativeAsyncNext
impl !Unpin for NemoRelayNativeAsyncNext
impl Freeze for NemoRelayNativeAsyncNext
impl RefUnwindSafe for NemoRelayNativeAsyncNext
impl UnsafeUnpin for NemoRelayNativeAsyncNext
impl UnwindSafe for NemoRelayNativeAsyncNext
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