pub struct ResponseReceivedEarlyHintsEventParams {
pub request_id: RequestId,
pub headers: Headers,
}Fields§
§request_id: RequestId§headers: HeadersTrait Implementations§
Source§impl Clone for ResponseReceivedEarlyHintsEventParams
impl Clone for ResponseReceivedEarlyHintsEventParams
Source§fn clone(&self) -> ResponseReceivedEarlyHintsEventParams
fn clone(&self) -> ResponseReceivedEarlyHintsEventParams
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<'de> Deserialize<'de> for ResponseReceivedEarlyHintsEventParams
impl<'de> Deserialize<'de> for ResponseReceivedEarlyHintsEventParams
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 PartialEq for ResponseReceivedEarlyHintsEventParams
impl PartialEq for ResponseReceivedEarlyHintsEventParams
Source§fn eq(&self, other: &ResponseReceivedEarlyHintsEventParams) -> bool
fn eq(&self, other: &ResponseReceivedEarlyHintsEventParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ResponseReceivedEarlyHintsEventParams
Auto Trait Implementations§
impl Freeze for ResponseReceivedEarlyHintsEventParams
impl RefUnwindSafe for ResponseReceivedEarlyHintsEventParams
impl Send for ResponseReceivedEarlyHintsEventParams
impl Sync for ResponseReceivedEarlyHintsEventParams
impl Unpin for ResponseReceivedEarlyHintsEventParams
impl UnwindSafe for ResponseReceivedEarlyHintsEventParams
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