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