pub struct ToolExecutionStartToolDescriptionMetaUI {
pub resource_uri: Option<String>,
pub visibility: Option<Vec<ToolExecutionStartToolDescriptionMetaUIVisibility>>,
}Expand description
Schema for the ToolExecutionStartToolDescriptionMetaUI type.
Fields§
§resource_uri: Option<String>URI of the UI resource
visibility: Option<Vec<ToolExecutionStartToolDescriptionMetaUIVisibility>>Who can access this tool
Trait Implementations§
Source§impl Clone for ToolExecutionStartToolDescriptionMetaUI
impl Clone for ToolExecutionStartToolDescriptionMetaUI
Source§fn clone(&self) -> ToolExecutionStartToolDescriptionMetaUI
fn clone(&self) -> ToolExecutionStartToolDescriptionMetaUI
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 Default for ToolExecutionStartToolDescriptionMetaUI
impl Default for ToolExecutionStartToolDescriptionMetaUI
Source§fn default() -> ToolExecutionStartToolDescriptionMetaUI
fn default() -> ToolExecutionStartToolDescriptionMetaUI
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ToolExecutionStartToolDescriptionMetaUI
impl<'de> Deserialize<'de> for ToolExecutionStartToolDescriptionMetaUI
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 ToolExecutionStartToolDescriptionMetaUI
impl RefUnwindSafe for ToolExecutionStartToolDescriptionMetaUI
impl Send for ToolExecutionStartToolDescriptionMetaUI
impl Sync for ToolExecutionStartToolDescriptionMetaUI
impl Unpin for ToolExecutionStartToolDescriptionMetaUI
impl UnsafeUnpin for ToolExecutionStartToolDescriptionMetaUI
impl UnwindSafe for ToolExecutionStartToolDescriptionMetaUI
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