Struct re_analytics::event::ServeWasm
source · pub struct ServeWasm;
Expand description
Sent when a Wasm file is served.
Used in re_web_viewer_server
.
Trait Implementations§
source§impl Properties for ServeWasm
impl Properties for ServeWasm
fn serialize(self, event: &mut AnalyticsEvent)
Auto Trait Implementations§
impl Freeze for ServeWasm
impl RefUnwindSafe for ServeWasm
impl Send for ServeWasm
impl Sync for ServeWasm
impl Unpin for ServeWasm
impl UnwindSafe for ServeWasm
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