pub struct FfiHostJustBashCommandPlan {
pub command_name: String,
pub backend_tool_name: String,
pub description: Option<String>,
pub input_schema: Value,
}Fields§
§command_name: String§backend_tool_name: String§description: Option<String>§input_schema: ValueTrait Implementations§
Source§impl Clone for FfiHostJustBashCommandPlan
impl Clone for FfiHostJustBashCommandPlan
Source§fn clone(&self) -> FfiHostJustBashCommandPlan
fn clone(&self) -> FfiHostJustBashCommandPlan
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 FfiHostJustBashCommandPlan
impl Debug for FfiHostJustBashCommandPlan
Source§impl<'de> Deserialize<'de> for FfiHostJustBashCommandPlan
impl<'de> Deserialize<'de> for FfiHostJustBashCommandPlan
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<FfiHostJustBashCommandPlan, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<FfiHostJustBashCommandPlan, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for FfiHostJustBashCommandPlan
impl PartialEq for FfiHostJustBashCommandPlan
Source§fn eq(&self, other: &FfiHostJustBashCommandPlan) -> bool
fn eq(&self, other: &FfiHostJustBashCommandPlan) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for FfiHostJustBashCommandPlan
impl Serialize for FfiHostJustBashCommandPlan
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for FfiHostJustBashCommandPlan
Auto Trait Implementations§
impl Freeze for FfiHostJustBashCommandPlan
impl RefUnwindSafe for FfiHostJustBashCommandPlan
impl Send for FfiHostJustBashCommandPlan
impl Sync for FfiHostJustBashCommandPlan
impl Unpin for FfiHostJustBashCommandPlan
impl UnsafeUnpin for FfiHostJustBashCommandPlan
impl UnwindSafe for FfiHostJustBashCommandPlan
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