Enum qbit_api_rs::types::ProxyType
source · #[repr(u8)]pub enum ProxyType {
Disabled,
Http,
Socks5,
HttpWithAuth,
Socks5WithAuth,
Socks4WithAuth,
}
Expand description
Variants§
Trait Implementations§
source§impl<'de> Deserialize<'de> for ProxyType
impl<'de> Deserialize<'de> for ProxyType
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<ProxyType> for ProxyType
impl PartialEq<ProxyType> for ProxyType
impl StructuralPartialEq for ProxyType
Auto Trait Implementations§
impl RefUnwindSafe for ProxyType
impl Send for ProxyType
impl Sync for ProxyType
impl Unpin for ProxyType
impl UnwindSafe for ProxyType
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