pub struct ToolSetMeta {
pub description: String,
pub author: Option<String>,
}Expand description
Free-form metadata attached to a tool set.
Fields§
§description: StringTrait Implementations§
Source§impl Clone for ToolSetMeta
impl Clone for ToolSetMeta
Source§fn clone(&self) -> ToolSetMeta
fn clone(&self) -> ToolSetMeta
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 ToolSetMeta
impl Debug for ToolSetMeta
Source§impl Default for ToolSetMeta
impl Default for ToolSetMeta
Source§fn default() -> ToolSetMeta
fn default() -> ToolSetMeta
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ToolSetMeta
impl<'de> Deserialize<'de> for ToolSetMeta
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
Auto Trait Implementations§
impl Freeze for ToolSetMeta
impl RefUnwindSafe for ToolSetMeta
impl Send for ToolSetMeta
impl Sync for ToolSetMeta
impl Unpin for ToolSetMeta
impl UnsafeUnpin for ToolSetMeta
impl UnwindSafe for ToolSetMeta
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