#[repr(u8)]pub enum ProxyType {
Disabled = 0,
Http = 1,
Socks5 = 2,
HttpWithAuth = 3,
Socks5WithAuth = 4,
Socks4WithAuth = 5,
}
Expand description
§/api/v2/app/preferences
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
impl StructuralPartialEq for ProxyType
Auto Trait Implementations§
impl Freeze for ProxyType
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