pub struct WebFetchTool20250910 {
pub name: WebFetchToolName,
pub type_: WebFetchTool20250910Type,
pub params: WebFetchToolParams,
pub common: ToolCommonWithoutInputExamples,
}Fields§
§name: WebFetchToolName§type_: WebFetchTool20250910Type§params: WebFetchToolParams§common: ToolCommonWithoutInputExamplesTrait Implementations§
Source§impl Clone for WebFetchTool20250910
impl Clone for WebFetchTool20250910
Source§fn clone(&self) -> WebFetchTool20250910
fn clone(&self) -> WebFetchTool20250910
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 WebFetchTool20250910
impl Debug for WebFetchTool20250910
Source§impl<'de> Deserialize<'de> for WebFetchTool20250910
impl<'de> Deserialize<'de> for WebFetchTool20250910
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 WebFetchTool20250910
impl PartialEq for WebFetchTool20250910
Source§impl Serialize for WebFetchTool20250910
impl Serialize for WebFetchTool20250910
impl StructuralPartialEq for WebFetchTool20250910
Auto Trait Implementations§
impl Freeze for WebFetchTool20250910
impl RefUnwindSafe for WebFetchTool20250910
impl Send for WebFetchTool20250910
impl Sync for WebFetchTool20250910
impl Unpin for WebFetchTool20250910
impl UnsafeUnpin for WebFetchTool20250910
impl UnwindSafe for WebFetchTool20250910
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