Enum ws_tool::proxy::ProxySchema [−][src]
pub enum ProxySchema {
Socks5,
Http,
}Variants
Socks5
Http
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ProxySchema
impl Send for ProxySchema
impl Sync for ProxySchema
impl Unpin for ProxySchema
impl UnwindSafe for ProxySchema
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more