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