#[non_exhaustive]pub struct ResponseLocalShellTool { /* private fields */ }Expand description
EN: Local shell tool definition for Responses API requests. 中文:Responses API 请求使用的 local shell 工具定义。
Implementations§
Trait Implementations§
Source§impl Clone for ResponseLocalShellTool
impl Clone for ResponseLocalShellTool
Source§fn clone(&self) -> ResponseLocalShellTool
fn clone(&self) -> ResponseLocalShellTool
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 ResponseLocalShellTool
impl Debug for ResponseLocalShellTool
Source§impl Default for ResponseLocalShellTool
impl Default for ResponseLocalShellTool
impl Eq for ResponseLocalShellTool
Source§impl From<ResponseLocalShellTool> for ResponseTool
impl From<ResponseLocalShellTool> for ResponseTool
Source§fn from(tool: ResponseLocalShellTool) -> Self
fn from(tool: ResponseLocalShellTool) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ResponseLocalShellTool
impl PartialEq for ResponseLocalShellTool
Source§fn eq(&self, other: &ResponseLocalShellTool) -> bool
fn eq(&self, other: &ResponseLocalShellTool) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ResponseLocalShellTool
impl Serialize for ResponseLocalShellTool
impl StructuralPartialEq for ResponseLocalShellTool
Auto Trait Implementations§
impl Freeze for ResponseLocalShellTool
impl RefUnwindSafe for ResponseLocalShellTool
impl Send for ResponseLocalShellTool
impl Sync for ResponseLocalShellTool
impl Unpin for ResponseLocalShellTool
impl UnsafeUnpin for ResponseLocalShellTool
impl UnwindSafe for ResponseLocalShellTool
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.