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