pub struct ClaudeContentBlock {
pub block_type: String,
pub text: String,
pub cache_control: Option<CacheControl>,
}
Fields§
§block_type: String
§text: String
§cache_control: Option<CacheControl>
Trait Implementations§
Source§impl Debug for ClaudeContentBlock
impl Debug for ClaudeContentBlock
Auto Trait Implementations§
impl Freeze for ClaudeContentBlock
impl RefUnwindSafe for ClaudeContentBlock
impl Send for ClaudeContentBlock
impl Sync for ClaudeContentBlock
impl Unpin for ClaudeContentBlock
impl UnwindSafe for ClaudeContentBlock
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