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