pub struct RoutingTarget {
pub provider_name: String,
pub model_id: String,
}Expand description
The target to route a request to.
Fields§
§provider_name: StringThe provider name to route to.
model_id: StringThe actual upstream provider’s model ID to route to.
Auto Trait Implementations§
impl Freeze for RoutingTarget
impl RefUnwindSafe for RoutingTarget
impl Send for RoutingTarget
impl Sync for RoutingTarget
impl Unpin for RoutingTarget
impl UnsafeUnpin for RoutingTarget
impl UnwindSafe for RoutingTarget
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