pub struct ResponseReceivedEventParams {
pub request_id: RequestId,
pub loader_id: LoaderId,
pub timestamp: MonotonicTime,
pub type: ResourceType,
pub response: Response,
pub has_extra_info: bool,
pub frame_id: Option<FrameId>,
}Fields§
§request_id: RequestId§loader_id: LoaderId§timestamp: MonotonicTime§type: ResourceType§response: Response§has_extra_info: bool§frame_id: Option<FrameId>Trait Implementations§
Source§impl Clone for ResponseReceivedEventParams
impl Clone for ResponseReceivedEventParams
Source§fn clone(&self) -> ResponseReceivedEventParams
fn clone(&self) -> ResponseReceivedEventParams
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 ResponseReceivedEventParams
impl Debug for ResponseReceivedEventParams
Source§impl<'de> Deserialize<'de> for ResponseReceivedEventParams
impl<'de> Deserialize<'de> for ResponseReceivedEventParams
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
impl StructuralPartialEq for ResponseReceivedEventParams
Auto Trait Implementations§
impl Freeze for ResponseReceivedEventParams
impl RefUnwindSafe for ResponseReceivedEventParams
impl Send for ResponseReceivedEventParams
impl Sync for ResponseReceivedEventParams
impl Unpin for ResponseReceivedEventParams
impl UnwindSafe for ResponseReceivedEventParams
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