pub struct HTTPSProxy {
pub hostname: String,
pub port: u16,
pub auth: Option<BasicAuthentication>,
}Fields§
§hostname: String§port: u16§auth: Option<BasicAuthentication>Trait Implementations§
Source§impl Clone for HTTPSProxy
impl Clone for HTTPSProxy
Source§fn clone(&self) -> HTTPSProxy
fn clone(&self) -> HTTPSProxy
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for HTTPSProxy
impl RefUnwindSafe for HTTPSProxy
impl Send for HTTPSProxy
impl Sync for HTTPSProxy
impl Unpin for HTTPSProxy
impl UnwindSafe for HTTPSProxy
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