pub struct ContinueInterceptedRequestReturn {}๐Deprecated
Available on crate features
Network and Debugger and Runtime and Security and experimental only.Expand description
Response to Network.requestIntercepted which either modifies the request to continue with any modifications, or blocks it, or completes it with the provided response bytes. If a network fetch occurs as a result which encounters a redirect an additional Network.requestIntercepted event will be sent with the same InterceptionId. Deprecated, use Fetch.continueRequest, Fetch.fulfillRequest and Fetch.failRequest instead.
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Clone for ContinueInterceptedRequestReturn
impl Clone for ContinueInterceptedRequestReturn
Sourceยงfn clone(&self) -> ContinueInterceptedRequestReturn
fn clone(&self) -> ContinueInterceptedRequestReturn
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 ContinueInterceptedRequestReturn
impl Default for ContinueInterceptedRequestReturn
Sourceยงfn default() -> ContinueInterceptedRequestReturn
fn default() -> ContinueInterceptedRequestReturn
Returns the โdefault valueโ for a type. Read more
Sourceยงimpl<'de> Deserialize<'de> for ContinueInterceptedRequestReturn
impl<'de> Deserialize<'de> for ContinueInterceptedRequestReturn
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 ContinueInterceptedRequestReturn
impl RefUnwindSafe for ContinueInterceptedRequestReturn
impl Send for ContinueInterceptedRequestReturn
impl Sync for ContinueInterceptedRequestReturn
impl Unpin for ContinueInterceptedRequestReturn
impl UnwindSafe for ContinueInterceptedRequestReturn
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