pub enum ProxyActivation {
EffectiveNow,
NewWebViewsOnly,
EngineRecreateRequired,
NotApplied,
}Variants§
Trait Implementations§
Source§impl Clone for ProxyActivation
impl Clone for ProxyActivation
Source§fn clone(&self) -> ProxyActivation
fn clone(&self) -> ProxyActivation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ProxyActivation
Source§impl Debug for ProxyActivation
impl Debug for ProxyActivation
Source§impl<'de> Deserialize<'de> for ProxyActivation
impl<'de> Deserialize<'de> for ProxyActivation
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 Eq for ProxyActivation
Source§impl Hash for ProxyActivation
impl Hash for ProxyActivation
Source§impl PartialEq for ProxyActivation
impl PartialEq for ProxyActivation
Source§fn eq(&self, other: &ProxyActivation) -> bool
fn eq(&self, other: &ProxyActivation) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ProxyActivation
impl Serialize for ProxyActivation
impl StructuralPartialEq for ProxyActivation
Auto Trait Implementations§
impl Freeze for ProxyActivation
impl RefUnwindSafe for ProxyActivation
impl Send for ProxyActivation
impl Sync for ProxyActivation
impl Unpin for ProxyActivation
impl UnsafeUnpin for ProxyActivation
impl UnwindSafe for ProxyActivation
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