pub struct InvocableSpec {
pub name: CapabilityName,
pub description: String,
pub input_schema: Value,
pub metadata: MetadataMap,
}Fields§
§name: CapabilityName§description: String§input_schema: Value§metadata: MetadataMapTrait Implementations§
Source§impl Clone for InvocableSpec
impl Clone for InvocableSpec
Source§fn clone(&self) -> InvocableSpec
fn clone(&self) -> InvocableSpec
Returns a duplicate of the value. Read more
1.0.0 · 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 InvocableSpec
impl Debug for InvocableSpec
Source§impl<'de> Deserialize<'de> for InvocableSpec
impl<'de> Deserialize<'de> for InvocableSpec
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 InvocableSpec
impl PartialEq for InvocableSpec
Source§impl Serialize for InvocableSpec
impl Serialize for InvocableSpec
impl StructuralPartialEq for InvocableSpec
Auto Trait Implementations§
impl Freeze for InvocableSpec
impl RefUnwindSafe for InvocableSpec
impl Send for InvocableSpec
impl Sync for InvocableSpec
impl Unpin for InvocableSpec
impl UnsafeUnpin for InvocableSpec
impl UnwindSafe for InvocableSpec
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