#[repr(C)]pub struct EventTracer { /* private fields */ }Available on crate features
module and std only.Expand description
EventTracer is a class that users can inherit and implement to log/serialize/stream etc.
Trait Implementations§
Source§impl ExternType for EventTracer
impl ExternType for EventTracer
impl UniquePtrTarget for EventTracer
Auto Trait Implementations§
impl !Freeze for EventTracer
impl RefUnwindSafe for EventTracer
impl !Send for EventTracer
impl !Sync for EventTracer
impl !Unpin for EventTracer
impl UnwindSafe for EventTracer
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