pub struct NetworkProxyCSPManipulators {
pub directive_name_matcher: Option<String>,
pub directive_value_matcher: Option<String>,
pub action: NetworkProxyManipulatorAction,
pub name: Option<String>,
pub value: Option<String>,
pub value_match: Option<String>,
}
Fields§
§directive_name_matcher: Option<String>
§directive_value_matcher: Option<String>
§action: NetworkProxyManipulatorAction
§name: Option<String>
§value: Option<String>
§value_match: Option<String>
Trait Implementations§
Source§impl Clone for NetworkProxyCSPManipulators
impl Clone for NetworkProxyCSPManipulators
Source§fn clone(&self) -> NetworkProxyCSPManipulators
fn clone(&self) -> NetworkProxyCSPManipulators
Returns a copy 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 NetworkProxyCSPManipulators
impl Debug for NetworkProxyCSPManipulators
Source§impl Default for NetworkProxyCSPManipulators
impl Default for NetworkProxyCSPManipulators
Source§fn default() -> NetworkProxyCSPManipulators
fn default() -> NetworkProxyCSPManipulators
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NetworkProxyCSPManipulators
impl<'de> Deserialize<'de> for NetworkProxyCSPManipulators
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
Auto Trait Implementations§
impl Freeze for NetworkProxyCSPManipulators
impl RefUnwindSafe for NetworkProxyCSPManipulators
impl Send for NetworkProxyCSPManipulators
impl Sync for NetworkProxyCSPManipulators
impl Unpin for NetworkProxyCSPManipulators
impl UnwindSafe for NetworkProxyCSPManipulators
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