pub struct Proxy {
pub method: Option<ProxyMethod>,
pub url: Option<String>,
pub servers: Option<Vec<String>>,
pub excludes: Option<Vec<String>>,
}Expand description
Proxy structure
Fields§
§method: Option<ProxyMethod>§url: Option<String>§servers: Option<Vec<String>>§excludes: Option<Vec<String>>Trait Implementations§
Source§impl FromProperties for Proxy
impl FromProperties for Proxy
impl Eq for Proxy
impl StructuralPartialEq for Proxy
Auto Trait Implementations§
impl Freeze for Proxy
impl RefUnwindSafe for Proxy
impl Send for Proxy
impl Sync for Proxy
impl Unpin for Proxy
impl UnwindSafe for Proxy
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