pub struct ResponseMappingConfig {
pub tool_calls: Option<ToolCallsMapping>,
pub error: Option<ErrorMapping>,
}Fields§
§tool_calls: Option<ToolCallsMapping>§error: Option<ErrorMapping>Trait Implementations§
Source§impl Clone for ResponseMappingConfig
impl Clone for ResponseMappingConfig
Source§fn clone(&self) -> ResponseMappingConfig
fn clone(&self) -> ResponseMappingConfig
Returns a duplicate of the value. Read more
1.0.0 · 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 ResponseMappingConfig
impl Debug for ResponseMappingConfig
Source§impl<'de> Deserialize<'de> for ResponseMappingConfig
impl<'de> Deserialize<'de> for ResponseMappingConfig
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 ResponseMappingConfig
impl RefUnwindSafe for ResponseMappingConfig
impl Send for ResponseMappingConfig
impl Sync for ResponseMappingConfig
impl Unpin for ResponseMappingConfig
impl UnwindSafe for ResponseMappingConfig
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