pub struct PreloadingAttemptSourcesUpdated {
pub method: PreloadingAttemptSourcesUpdatedMethod,
pub params: PreloadingAttemptSourcesUpdatedParams,
}Expand description
Send a list of sources for all preloading attempts in a document. preloadingAttemptSourcesUpdated
Fields§
§method: PreloadingAttemptSourcesUpdatedMethod§params: PreloadingAttemptSourcesUpdatedParamsImplementations§
Source§impl PreloadingAttemptSourcesUpdated
impl PreloadingAttemptSourcesUpdated
pub const IDENTIFIER: &'static str = "Preload.preloadingAttemptSourcesUpdated"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for PreloadingAttemptSourcesUpdated
impl Clone for PreloadingAttemptSourcesUpdated
Source§fn clone(&self) -> PreloadingAttemptSourcesUpdated
fn clone(&self) -> PreloadingAttemptSourcesUpdated
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 PreloadingAttemptSourcesUpdated
impl<'de> Deserialize<'de> for PreloadingAttemptSourcesUpdated
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 From<PreloadingAttemptSourcesUpdated> for BrowserProtocolEvents
impl From<PreloadingAttemptSourcesUpdated> for BrowserProtocolEvents
Source§fn from(v: PreloadingAttemptSourcesUpdated) -> Self
fn from(v: PreloadingAttemptSourcesUpdated) -> Self
Converts to this type from the input type.
Source§impl From<PreloadingAttemptSourcesUpdated> for Event
impl From<PreloadingAttemptSourcesUpdated> for Event
Source§fn from(v: PreloadingAttemptSourcesUpdated) -> Self
fn from(v: PreloadingAttemptSourcesUpdated) -> Self
Converts to this type from the input type.
Source§impl From<PreloadingAttemptSourcesUpdated> for PreloadEvents
impl From<PreloadingAttemptSourcesUpdated> for PreloadEvents
Source§fn from(v: PreloadingAttemptSourcesUpdated) -> Self
fn from(v: PreloadingAttemptSourcesUpdated) -> Self
Converts to this type from the input type.
Source§impl PartialEq for PreloadingAttemptSourcesUpdated
impl PartialEq for PreloadingAttemptSourcesUpdated
Source§fn eq(&self, other: &PreloadingAttemptSourcesUpdated) -> bool
fn eq(&self, other: &PreloadingAttemptSourcesUpdated) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<BrowserProtocolEvents> for PreloadingAttemptSourcesUpdated
impl TryFrom<BrowserProtocolEvents> for PreloadingAttemptSourcesUpdated
Source§type Error = BrowserProtocolEvents
type Error = BrowserProtocolEvents
The type returned in the event of a conversion error.
Source§fn try_from(
e: BrowserProtocolEvents,
) -> Result<Self, <PreloadingAttemptSourcesUpdated as TryFrom<BrowserProtocolEvents>>::Error>
fn try_from( e: BrowserProtocolEvents, ) -> Result<Self, <PreloadingAttemptSourcesUpdated as TryFrom<BrowserProtocolEvents>>::Error>
Performs the conversion.
Source§impl TryFrom<PreloadEvents> for PreloadingAttemptSourcesUpdated
impl TryFrom<PreloadEvents> for PreloadingAttemptSourcesUpdated
Source§type Error = PreloadEvents
type Error = PreloadEvents
The type returned in the event of a conversion error.
Source§fn try_from(
e: PreloadEvents,
) -> Result<Self, <PreloadingAttemptSourcesUpdated as TryFrom<PreloadEvents>>::Error>
fn try_from( e: PreloadEvents, ) -> Result<Self, <PreloadingAttemptSourcesUpdated as TryFrom<PreloadEvents>>::Error>
Performs the conversion.
impl StructuralPartialEq for PreloadingAttemptSourcesUpdated
Auto Trait Implementations§
impl Freeze for PreloadingAttemptSourcesUpdated
impl RefUnwindSafe for PreloadingAttemptSourcesUpdated
impl Send for PreloadingAttemptSourcesUpdated
impl Sync for PreloadingAttemptSourcesUpdated
impl Unpin for PreloadingAttemptSourcesUpdated
impl UnsafeUnpin for PreloadingAttemptSourcesUpdated
impl UnwindSafe for PreloadingAttemptSourcesUpdated
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