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