pub struct NemoRelayNativeLlmResponseCodec { /* private fields */ }Expand description
Opaque callback-scoped response codec capability owned by the host.
Auto Trait Implementations§
impl !Send for NemoRelayNativeLlmResponseCodec
impl !Sync for NemoRelayNativeLlmResponseCodec
impl !Unpin for NemoRelayNativeLlmResponseCodec
impl Freeze for NemoRelayNativeLlmResponseCodec
impl RefUnwindSafe for NemoRelayNativeLlmResponseCodec
impl UnsafeUnpin for NemoRelayNativeLlmResponseCodec
impl UnwindSafe for NemoRelayNativeLlmResponseCodec
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