pub struct InlineAssistConfig {
pub provider: PicklsAIProvider,
pub template: String,
}Fields§
§provider: PicklsAIProvider§template: StringThe prompt used to perform the pickls.inline-assist code action.
Trait Implementations§
Source§impl Clone for InlineAssistConfig
impl Clone for InlineAssistConfig
Source§fn clone(&self) -> InlineAssistConfig
fn clone(&self) -> InlineAssistConfig
Returns a copy 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 InlineAssistConfig
impl Debug for InlineAssistConfig
Source§impl Default for InlineAssistConfig
impl Default for InlineAssistConfig
Source§impl<'de> Deserialize<'de> for InlineAssistConfig
impl<'de> Deserialize<'de> for InlineAssistConfig
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 InlineAssistConfig
impl RefUnwindSafe for InlineAssistConfig
impl Send for InlineAssistConfig
impl Sync for InlineAssistConfig
impl Unpin for InlineAssistConfig
impl UnwindSafe for InlineAssistConfig
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