pub struct PacConfig {
pub path: String,
pub proxy_directive: String,
pub direct_fallback: bool,
pub direct_hosts: Vec<String>,
pub direct_suffixes: Vec<String>,
}Fields§
§path: String§proxy_directive: String§direct_fallback: bool§direct_hosts: Vec<String>§direct_suffixes: Vec<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for PacConfig
impl RefUnwindSafe for PacConfig
impl Send for PacConfig
impl Sync for PacConfig
impl Unpin for PacConfig
impl UnsafeUnpin for PacConfig
impl UnwindSafe for PacConfig
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