pub struct InferenceRoutingStatusParams {
pub thread_id: ThreadId,
pub turn_id: Option<TurnId>,
}Fields§
§thread_id: ThreadId§turn_id: Option<TurnId>Trait Implementations§
Source§impl Clone for InferenceRoutingStatusParams
impl Clone for InferenceRoutingStatusParams
Source§fn clone(&self) -> InferenceRoutingStatusParams
fn clone(&self) -> InferenceRoutingStatusParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InferenceRoutingStatusParams
impl Debug for InferenceRoutingStatusParams
Source§impl<'de> Deserialize<'de> for InferenceRoutingStatusParams
impl<'de> Deserialize<'de> for InferenceRoutingStatusParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for InferenceRoutingStatusParams
impl RefUnwindSafe for InferenceRoutingStatusParams
impl Send for InferenceRoutingStatusParams
impl Sync for InferenceRoutingStatusParams
impl Unpin for InferenceRoutingStatusParams
impl UnsafeUnpin for InferenceRoutingStatusParams
impl UnwindSafe for InferenceRoutingStatusParams
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