pub struct CurrentConfigResponse {
pub provider: String,
pub model: String,
pub has_api_key: bool,
pub has_base_url: bool,
pub supports_hot_reload: bool,
}Fields§
§provider: String§model: String§has_api_key: bool§has_base_url: bool§supports_hot_reload: boolTrait Implementations§
Source§impl Debug for CurrentConfigResponse
impl Debug for CurrentConfigResponse
Auto Trait Implementations§
impl Freeze for CurrentConfigResponse
impl RefUnwindSafe for CurrentConfigResponse
impl Send for CurrentConfigResponse
impl Sync for CurrentConfigResponse
impl Unpin for CurrentConfigResponse
impl UnwindSafe for CurrentConfigResponse
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