pub enum ContentBlockDeltaPayload {
Text(String),
ToolUse {
input: String,
},
}Variants§
Trait Implementations§
Source§impl Clone for ContentBlockDeltaPayload
impl Clone for ContentBlockDeltaPayload
Source§fn clone(&self) -> ContentBlockDeltaPayload
fn clone(&self) -> ContentBlockDeltaPayload
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 ContentBlockDeltaPayload
impl RefUnwindSafe for ContentBlockDeltaPayload
impl Send for ContentBlockDeltaPayload
impl Sync for ContentBlockDeltaPayload
impl Unpin for ContentBlockDeltaPayload
impl UnsafeUnpin for ContentBlockDeltaPayload
impl UnwindSafe for ContentBlockDeltaPayload
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