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