pub enum ToolCommandInputMode {
Args,
Stdin,
None,
}Variants§
Trait Implementations§
Source§impl Clone for ToolCommandInputMode
impl Clone for ToolCommandInputMode
Source§fn clone(&self) -> ToolCommandInputMode
fn clone(&self) -> ToolCommandInputMode
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 ToolCommandInputMode
impl Debug for ToolCommandInputMode
Source§impl<'de> Deserialize<'de> for ToolCommandInputMode
impl<'de> Deserialize<'de> for ToolCommandInputMode
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
impl Eq for ToolCommandInputMode
Source§impl PartialEq for ToolCommandInputMode
impl PartialEq for ToolCommandInputMode
Source§fn eq(&self, other: &ToolCommandInputMode) -> bool
fn eq(&self, other: &ToolCommandInputMode) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl RunxSchema for ToolCommandInputMode
impl RunxSchema for ToolCommandInputMode
Source§fn json_schema() -> Value
fn json_schema() -> Value
The inlined JSON Schema for this type.
Source§impl Serialize for ToolCommandInputMode
impl Serialize for ToolCommandInputMode
impl StructuralPartialEq for ToolCommandInputMode
Auto Trait Implementations§
impl Freeze for ToolCommandInputMode
impl RefUnwindSafe for ToolCommandInputMode
impl Send for ToolCommandInputMode
impl Sync for ToolCommandInputMode
impl Unpin for ToolCommandInputMode
impl UnsafeUnpin for ToolCommandInputMode
impl UnwindSafe for ToolCommandInputMode
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