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