pub struct ProviderEnvKeys {
pub model: &'static str,
pub reasoning: &'static str,
pub allow_dangerous_enabled: &'static str,
pub secret_dir: &'static str,
pub auth_file: &'static str,
pub secret_cache_dir: &'static str,
pub starship_enabled: &'static str,
pub auto_refresh_enabled: &'static str,
pub auto_refresh_min_days: &'static str,
}Fields§
§model: &'static str§reasoning: &'static str§allow_dangerous_enabled: &'static str§secret_dir: &'static str§auth_file: &'static str§secret_cache_dir: &'static str§starship_enabled: &'static str§auto_refresh_enabled: &'static str§auto_refresh_min_days: &'static strTrait Implementations§
Source§impl Clone for ProviderEnvKeys
impl Clone for ProviderEnvKeys
Source§fn clone(&self) -> ProviderEnvKeys
fn clone(&self) -> ProviderEnvKeys
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 ProviderEnvKeys
impl Debug for ProviderEnvKeys
impl Copy for ProviderEnvKeys
Auto Trait Implementations§
impl Freeze for ProviderEnvKeys
impl RefUnwindSafe for ProviderEnvKeys
impl Send for ProviderEnvKeys
impl Sync for ProviderEnvKeys
impl Unpin for ProviderEnvKeys
impl UnsafeUnpin for ProviderEnvKeys
impl UnwindSafe for ProviderEnvKeys
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