pub struct EventProbe;Expand description
Typed ephemeral Event conformance Capability.
Trait Implementations§
Source§impl Debug for EventProbe
impl Debug for EventProbe
Source§impl EventCapability for EventProbe
impl EventCapability for EventProbe
Auto Trait Implementations§
impl Freeze for EventProbe
impl RefUnwindSafe for EventProbe
impl Send for EventProbe
impl Sync for EventProbe
impl Unpin for EventProbe
impl UnsafeUnpin for EventProbe
impl UnwindSafe for EventProbe
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