pub struct NetworkProxyContentInjectors {
pub source: String,
pub base_relative: bool,
pub find: String,
pub inject: String,
}
Fields§
§source: String
§base_relative: bool
§find: String
§inject: String
Trait Implementations§
Source§impl Clone for NetworkProxyContentInjectors
impl Clone for NetworkProxyContentInjectors
Source§fn clone(&self) -> NetworkProxyContentInjectors
fn clone(&self) -> NetworkProxyContentInjectors
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 NetworkProxyContentInjectors
impl Debug for NetworkProxyContentInjectors
Source§impl Default for NetworkProxyContentInjectors
impl Default for NetworkProxyContentInjectors
Source§fn default() -> NetworkProxyContentInjectors
fn default() -> NetworkProxyContentInjectors
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NetworkProxyContentInjectors
impl<'de> Deserialize<'de> for NetworkProxyContentInjectors
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 NetworkProxyContentInjectors
impl RefUnwindSafe for NetworkProxyContentInjectors
impl Send for NetworkProxyContentInjectors
impl Sync for NetworkProxyContentInjectors
impl Unpin for NetworkProxyContentInjectors
impl UnwindSafe for NetworkProxyContentInjectors
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