pub enum PingEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PingEvent
impl RefUnwindSafe for PingEvent
impl Send for PingEvent
impl Sync for PingEvent
impl Unpin for PingEvent
impl UnwindSafe for PingEvent
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