pub struct ToolOutputBinding {
pub packet: Option<String>,
pub wrap_as: Option<String>,
pub extra: JsonPayloadObject,
}Fields§
§packet: Option<String>§wrap_as: Option<String>§extra: JsonPayloadObjectTrait Implementations§
Source§impl Clone for ToolOutputBinding
impl Clone for ToolOutputBinding
Source§fn clone(&self) -> ToolOutputBinding
fn clone(&self) -> ToolOutputBinding
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 ToolOutputBinding
impl Debug for ToolOutputBinding
Source§impl<'de> Deserialize<'de> for ToolOutputBinding
impl<'de> Deserialize<'de> for ToolOutputBinding
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ToolOutputBinding
impl PartialEq for ToolOutputBinding
Source§fn eq(&self, other: &ToolOutputBinding) -> bool
fn eq(&self, other: &ToolOutputBinding) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl RunxSchema for ToolOutputBinding
impl RunxSchema for ToolOutputBinding
Source§fn json_schema() -> Value
fn json_schema() -> Value
The inlined JSON Schema for this type.
Source§impl Serialize for ToolOutputBinding
impl Serialize for ToolOutputBinding
impl StructuralPartialEq for ToolOutputBinding
Auto Trait Implementations§
impl Freeze for ToolOutputBinding
impl RefUnwindSafe for ToolOutputBinding
impl Send for ToolOutputBinding
impl Sync for ToolOutputBinding
impl Unpin for ToolOutputBinding
impl UnsafeUnpin for ToolOutputBinding
impl UnwindSafe for ToolOutputBinding
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