pub enum WebProxyOutcome {
BLOCK,
ALLOW,
UNKNOWN,
}Variants§
Trait Implementations§
Source§impl Clone for WebProxyOutcome
impl Clone for WebProxyOutcome
Source§fn clone(&self) -> WebProxyOutcome
fn clone(&self) -> WebProxyOutcome
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 WebProxyOutcome
impl Debug for WebProxyOutcome
Source§impl<'de> Deserialize<'de> for WebProxyOutcome
impl<'de> Deserialize<'de> for WebProxyOutcome
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 Display for WebProxyOutcome
impl Display for WebProxyOutcome
Source§impl PartialEq for WebProxyOutcome
impl PartialEq for WebProxyOutcome
Source§impl Serialize for WebProxyOutcome
impl Serialize for WebProxyOutcome
impl StructuralPartialEq for WebProxyOutcome
Auto Trait Implementations§
impl Freeze for WebProxyOutcome
impl RefUnwindSafe for WebProxyOutcome
impl Send for WebProxyOutcome
impl Sync for WebProxyOutcome
impl Unpin for WebProxyOutcome
impl UnwindSafe for WebProxyOutcome
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