pub struct EventExporter { /* private fields */ }
Expand description
dump export event in user space
Auto Trait Implementations§
impl Freeze for EventExporter
impl !RefUnwindSafe for EventExporter
impl !Send for EventExporter
impl !Sync for EventExporter
impl Unpin for EventExporter
impl !UnwindSafe for EventExporter
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