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