pub struct NemoRelayNativePluginRuntime { /* private fields */ }Expand description
Opaque activation-owned runtime capability used by native plugins.
Auto Trait Implementations§
impl !Send for NemoRelayNativePluginRuntime
impl !Sync for NemoRelayNativePluginRuntime
impl !Unpin for NemoRelayNativePluginRuntime
impl Freeze for NemoRelayNativePluginRuntime
impl RefUnwindSafe for NemoRelayNativePluginRuntime
impl UnsafeUnpin for NemoRelayNativePluginRuntime
impl UnwindSafe for NemoRelayNativePluginRuntime
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