pub enum IpProxyStatus {
Available,
FeatureNotEnabled,
MaskedDomainListNotEnabled,
MaskedDomainListNotPopulated,
AuthTokensUnavailable,
Unavailable,
BypassedByDevTools,
}Variants§
Available
FeatureNotEnabled
MaskedDomainListNotEnabled
MaskedDomainListNotPopulated
BypassedByDevTools
Trait Implementations§
Source§impl Clone for IpProxyStatus
impl Clone for IpProxyStatus
Source§fn clone(&self) -> IpProxyStatus
fn clone(&self) -> IpProxyStatus
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 moreSource§impl Debug for IpProxyStatus
impl Debug for IpProxyStatus
Source§impl<'de> Deserialize<'de> for IpProxyStatus
impl<'de> Deserialize<'de> for IpProxyStatus
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 for IpProxyStatus
impl PartialEq for IpProxyStatus
Source§impl Serialize for IpProxyStatus
impl Serialize for IpProxyStatus
impl StructuralPartialEq for IpProxyStatus
Auto Trait Implementations§
impl Freeze for IpProxyStatus
impl RefUnwindSafe for IpProxyStatus
impl Send for IpProxyStatus
impl Sync for IpProxyStatus
impl Unpin for IpProxyStatus
impl UnwindSafe for IpProxyStatus
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