pub struct EnvVarFallbackResolver;Expand description
Environment variable fallback resolver.
Uses oxi-ai’s BuiltinProvider registry to look up the primary and
extra env var names for each provider, then checks std::env.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EnvVarFallbackResolver
impl RefUnwindSafe for EnvVarFallbackResolver
impl Send for EnvVarFallbackResolver
impl Sync for EnvVarFallbackResolver
impl Unpin for EnvVarFallbackResolver
impl UnsafeUnpin for EnvVarFallbackResolver
impl UnwindSafe for EnvVarFallbackResolver
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