pub struct LifecycleEventEventParams {
pub frame_id: FrameId,
pub loader_id: LoaderId,
pub name: String,
pub timestamp: MonotonicTime,
}Fields§
§frame_id: FrameId§loader_id: LoaderId§name: String§timestamp: MonotonicTimeTrait Implementations§
Source§impl Clone for LifecycleEventEventParams
impl Clone for LifecycleEventEventParams
Source§fn clone(&self) -> LifecycleEventEventParams
fn clone(&self) -> LifecycleEventEventParams
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 Debug for LifecycleEventEventParams
impl Debug for LifecycleEventEventParams
Source§impl<'de> Deserialize<'de> for LifecycleEventEventParams
impl<'de> Deserialize<'de> for LifecycleEventEventParams
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
impl StructuralPartialEq for LifecycleEventEventParams
Auto Trait Implementations§
impl Freeze for LifecycleEventEventParams
impl RefUnwindSafe for LifecycleEventEventParams
impl Send for LifecycleEventEventParams
impl Sync for LifecycleEventEventParams
impl Unpin for LifecycleEventEventParams
impl UnwindSafe for LifecycleEventEventParams
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