pub struct ServiceSideToolOutput {
pub content: Vec<ContentBlock>,
pub is_error: bool,
}Fields§
§content: Vec<ContentBlock>§is_error: boolTrait Implementations§
Source§impl Clone for ServiceSideToolOutput
impl Clone for ServiceSideToolOutput
Source§fn clone(&self) -> ServiceSideToolOutput
fn clone(&self) -> ServiceSideToolOutput
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 moreSource§impl Debug for ServiceSideToolOutput
impl Debug for ServiceSideToolOutput
Source§impl PartialEq for ServiceSideToolOutput
impl PartialEq for ServiceSideToolOutput
impl StructuralPartialEq for ServiceSideToolOutput
Auto Trait Implementations§
impl Freeze for ServiceSideToolOutput
impl RefUnwindSafe for ServiceSideToolOutput
impl Send for ServiceSideToolOutput
impl Sync for ServiceSideToolOutput
impl Unpin for ServiceSideToolOutput
impl UnsafeUnpin for ServiceSideToolOutput
impl UnwindSafe for ServiceSideToolOutput
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