pub struct BetaThreadRunTool(/* private fields */);Expand description
表示 beta thread run 工具定义。
Implementations§
Trait Implementations§
Source§impl Clone for BetaThreadRunTool
impl Clone for BetaThreadRunTool
Source§fn clone(&self) -> BetaThreadRunTool
fn clone(&self) -> BetaThreadRunTool
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 BetaThreadRunTool
impl Debug for BetaThreadRunTool
Source§impl Default for BetaThreadRunTool
impl Default for BetaThreadRunTool
Source§impl<'de> Deserialize<'de> for BetaThreadRunTool
impl<'de> Deserialize<'de> for BetaThreadRunTool
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
Source§impl From<BetaThreadRunTool> for Value
impl From<BetaThreadRunTool> for Value
Source§fn from(value: BetaThreadRunTool) -> Self
fn from(value: BetaThreadRunTool) -> Self
Converts to this type from the input type.
Source§impl From<Value> for BetaThreadRunTool
impl From<Value> for BetaThreadRunTool
Auto Trait Implementations§
impl Freeze for BetaThreadRunTool
impl RefUnwindSafe for BetaThreadRunTool
impl Send for BetaThreadRunTool
impl Sync for BetaThreadRunTool
impl Unpin for BetaThreadRunTool
impl UnsafeUnpin for BetaThreadRunTool
impl UnwindSafe for BetaThreadRunTool
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