pub struct RuntimeModelRoutingHandle { /* private fields */ }Expand description
Runtime-backed ModelRoutingHandle impl.
Implementations§
Trait Implementations§
Source§impl Debug for RuntimeModelRoutingHandle
impl Debug for RuntimeModelRoutingHandle
Source§impl ModelRoutingHandle for RuntimeModelRoutingHandle
impl ModelRoutingHandle for RuntimeModelRoutingHandle
Source§fn set_baseline(
&self,
baseline_model: ModelId,
realtime_capable: bool,
) -> Result<(), DslTransitionError>
fn set_baseline( &self, baseline_model: ModelId, realtime_capable: bool, ) -> Result<(), DslTransitionError>
Set the session’s canonical model-routing baseline.
Auto Trait Implementations§
impl Freeze for RuntimeModelRoutingHandle
impl RefUnwindSafe for RuntimeModelRoutingHandle
impl Send for RuntimeModelRoutingHandle
impl Sync for RuntimeModelRoutingHandle
impl Unpin for RuntimeModelRoutingHandle
impl UnsafeUnpin for RuntimeModelRoutingHandle
impl UnwindSafe for RuntimeModelRoutingHandle
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