pub struct KatCoderProTemplate;Expand description
KatCoder Pro AI provider template
Trait Implementations§
Source§impl Clone for KatCoderProTemplate
impl Clone for KatCoderProTemplate
Source§fn clone(&self) -> KatCoderProTemplate
fn clone(&self) -> KatCoderProTemplate
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 KatCoderProTemplate
impl Debug for KatCoderProTemplate
Source§impl Template for KatCoderProTemplate
impl Template for KatCoderProTemplate
Source§fn template_type(&self) -> TemplateType
fn template_type(&self) -> TemplateType
Get the template type identifier
Source§fn env_var_name(&self) -> &'static str
fn env_var_name(&self) -> &'static str
Get the environment variable name for the API key
Source§fn display_name(&self) -> &'static str
fn display_name(&self) -> &'static str
Get display name for the template
Source§fn description(&self) -> &'static str
fn description(&self) -> &'static str
Get description for the template
Source§fn requires_additional_config(&self) -> bool
fn requires_additional_config(&self) -> bool
Check if this template requires additional configuration (like endpoint ID)
Source§fn get_additional_config(&self) -> Result<HashMap<String, String>>
fn get_additional_config(&self) -> Result<HashMap<String, String>>
Get additional configuration if needed
Source§fn create_settings(
&self,
api_key: &str,
scope: &SnapshotScope,
) -> ClaudeSettings
fn create_settings( &self, api_key: &str, scope: &SnapshotScope, ) -> ClaudeSettings
Create Claude settings for this template
Auto Trait Implementations§
impl Freeze for KatCoderProTemplate
impl RefUnwindSafe for KatCoderProTemplate
impl Send for KatCoderProTemplate
impl Sync for KatCoderProTemplate
impl Unpin for KatCoderProTemplate
impl UnwindSafe for KatCoderProTemplate
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