pub struct ProxyConfig {
pub ecosystem: Ecosystem,
pub config_blob: String,
pub canonical_location: PathBuf,
}Expand description
Emitted config: blob is the literal file/shell content; canonical_location
is the default write path (or empty for ecosystems without a single
canonical file like Go’s GOPROXY env).
Fields§
§ecosystem: Ecosystem§config_blob: String§canonical_location: PathBufTrait Implementations§
Auto Trait Implementations§
impl Freeze for ProxyConfig
impl RefUnwindSafe for ProxyConfig
impl Send for ProxyConfig
impl Sync for ProxyConfig
impl Unpin for ProxyConfig
impl UnsafeUnpin for ProxyConfig
impl UnwindSafe for ProxyConfig
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