pub struct SetRequestInterceptionReturn {}๐Deprecated
Available on crate features
Network and Debugger and Runtime and Security and experimental only.Expand description
Sets the requests to intercept that match the provided patterns and optionally resource types. Deprecated, please use Fetch.enable instead.
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Clone for SetRequestInterceptionReturn
impl Clone for SetRequestInterceptionReturn
Sourceยงfn clone(&self) -> SetRequestInterceptionReturn
fn clone(&self) -> SetRequestInterceptionReturn
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 Default for SetRequestInterceptionReturn
impl Default for SetRequestInterceptionReturn
Sourceยงfn default() -> SetRequestInterceptionReturn
fn default() -> SetRequestInterceptionReturn
Returns the โdefault valueโ for a type. Read more
Sourceยงimpl<'de> Deserialize<'de> for SetRequestInterceptionReturn
impl<'de> Deserialize<'de> for SetRequestInterceptionReturn
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 SetRequestInterceptionReturn
impl RefUnwindSafe for SetRequestInterceptionReturn
impl Send for SetRequestInterceptionReturn
impl Sync for SetRequestInterceptionReturn
impl Unpin for SetRequestInterceptionReturn
impl UnwindSafe for SetRequestInterceptionReturn
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