pub struct ContentBlockStartToolUse {
pub tool_use_id: String,
pub name: String,
}Fields§
§tool_use_id: String§name: StringTrait Implementations§
Source§impl Clone for ContentBlockStartToolUse
impl Clone for ContentBlockStartToolUse
Source§fn clone(&self) -> ContentBlockStartToolUse
fn clone(&self) -> ContentBlockStartToolUse
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 moreAuto Trait Implementations§
impl Freeze for ContentBlockStartToolUse
impl RefUnwindSafe for ContentBlockStartToolUse
impl Send for ContentBlockStartToolUse
impl Sync for ContentBlockStartToolUse
impl Unpin for ContentBlockStartToolUse
impl UnsafeUnpin for ContentBlockStartToolUse
impl UnwindSafe for ContentBlockStartToolUse
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