pub struct PreloadingAttemptSourcesUpdatedParams {
pub loader_id: LoaderId,
pub preloading_attempt_sources: Vec<PreloadingAttemptSource>,
}Expand description
Send a list of sources for all preloading attempts in a document. preloadingAttemptSourcesUpdated
Fields§
§loader_id: LoaderId§preloading_attempt_sources: Vec<PreloadingAttemptSource>Trait Implementations§
Source§impl Clone for PreloadingAttemptSourcesUpdatedParams
impl Clone for PreloadingAttemptSourcesUpdatedParams
Source§fn clone(&self) -> PreloadingAttemptSourcesUpdatedParams
fn clone(&self) -> PreloadingAttemptSourcesUpdatedParams
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 PreloadingAttemptSourcesUpdatedParams
impl<'de> Deserialize<'de> for PreloadingAttemptSourcesUpdatedParams
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 PreloadingAttemptSourcesUpdatedParams
impl PartialEq for PreloadingAttemptSourcesUpdatedParams
Source§fn eq(&self, other: &PreloadingAttemptSourcesUpdatedParams) -> bool
fn eq(&self, other: &PreloadingAttemptSourcesUpdatedParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PreloadingAttemptSourcesUpdatedParams
Auto Trait Implementations§
impl Freeze for PreloadingAttemptSourcesUpdatedParams
impl RefUnwindSafe for PreloadingAttemptSourcesUpdatedParams
impl Send for PreloadingAttemptSourcesUpdatedParams
impl Sync for PreloadingAttemptSourcesUpdatedParams
impl Unpin for PreloadingAttemptSourcesUpdatedParams
impl UnsafeUnpin for PreloadingAttemptSourcesUpdatedParams
impl UnwindSafe for PreloadingAttemptSourcesUpdatedParams
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