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