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