pub struct NemoRelayNativeAsyncStream { /* private fields */ }Expand description
Opaque incremental output channel supplied to native async stream intercepts.
Auto Trait Implementations§
impl !Send for NemoRelayNativeAsyncStream
impl !Sync for NemoRelayNativeAsyncStream
impl !Unpin for NemoRelayNativeAsyncStream
impl Freeze for NemoRelayNativeAsyncStream
impl RefUnwindSafe for NemoRelayNativeAsyncStream
impl UnsafeUnpin for NemoRelayNativeAsyncStream
impl UnwindSafe for NemoRelayNativeAsyncStream
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