pub struct ProviderExample {
pub title: Option<String>,
pub description: Option<String>,
pub input: Option<Value>,
pub output: Option<Value>,
pub cli: Option<String>,
pub rest: Option<Value>,
pub mcp: Option<Value>,
}Fields§
§title: Option<String>§description: Option<String>§input: Option<Value>§output: Option<Value>§cli: Option<String>§rest: Option<Value>§mcp: Option<Value>Trait Implementations§
Source§impl Clone for ProviderExample
impl Clone for ProviderExample
Source§fn clone(&self) -> ProviderExample
fn clone(&self) -> ProviderExample
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 ProviderExample
impl Debug for ProviderExample
Source§impl<'de> Deserialize<'de> for ProviderExample
impl<'de> Deserialize<'de> for ProviderExample
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 ProviderExample
impl PartialEq for ProviderExample
Source§fn eq(&self, other: &ProviderExample) -> bool
fn eq(&self, other: &ProviderExample) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ProviderExample
impl Serialize for ProviderExample
impl Eq for ProviderExample
impl StructuralPartialEq for ProviderExample
Auto Trait Implementations§
impl Freeze for ProviderExample
impl RefUnwindSafe for ProviderExample
impl Send for ProviderExample
impl Sync for ProviderExample
impl Unpin for ProviderExample
impl UnsafeUnpin for ProviderExample
impl UnwindSafe for ProviderExample
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.