pub struct SetRequestInterception {
pub patterns: Vec<RequestPattern>,
}Fields§
§patterns: Vec<RequestPattern>Trait Implementations§
Source§impl Clone for SetRequestInterception
impl Clone for SetRequestInterception
Source§fn clone(&self) -> SetRequestInterception
fn clone(&self) -> SetRequestInterception
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 SetRequestInterception
impl Debug for SetRequestInterception
Source§impl<'de> Deserialize<'de> for SetRequestInterception
impl<'de> Deserialize<'de> for SetRequestInterception
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 Method for SetRequestInterception
impl Method for SetRequestInterception
const NAME: &'static str = "Network.setRequestInterception"
type ReturnObject = SetRequestInterceptionReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for SetRequestInterception
impl PartialEq for SetRequestInterception
Source§impl Serialize for SetRequestInterception
impl Serialize for SetRequestInterception
impl StructuralPartialEq for SetRequestInterception
Auto Trait Implementations§
impl Freeze for SetRequestInterception
impl RefUnwindSafe for SetRequestInterception
impl Send for SetRequestInterception
impl Sync for SetRequestInterception
impl Unpin for SetRequestInterception
impl UnwindSafe for SetRequestInterception
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