pub enum ProxyAuth {
None,
Basic {
username: String,
password: String,
},
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProxyAuth
impl RefUnwindSafe for ProxyAuth
impl Send for ProxyAuth
impl Sync for ProxyAuth
impl Unpin for ProxyAuth
impl UnwindSafe for ProxyAuth
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