pub struct CreateSessionResponse {
pub session_parameters: HashMap<String, Value>,
pub llm_status: LLMStatus,
pub session_id: String,
}
Fields§
§session_parameters: HashMap<String, Value>
§llm_status: LLMStatus
§session_id: String
Trait Implementations§
Source§impl Debug for CreateSessionResponse
impl Debug for CreateSessionResponse
Source§impl<'de> Deserialize<'de> for CreateSessionResponse
impl<'de> Deserialize<'de> for CreateSessionResponse
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 CreateSessionResponse
impl RefUnwindSafe for CreateSessionResponse
impl Send for CreateSessionResponse
impl Sync for CreateSessionResponse
impl Unpin for CreateSessionResponse
impl UnwindSafe for CreateSessionResponse
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