pub struct EventExtLayer<T, E> { /* private fields */ }Implementations§
Source§impl<T, E> EventExtLayer<T, E>
impl<T, E> EventExtLayer<T, E>
Trait Implementations§
Source§impl<T, E> Debug for EventExtLayer<T, E>
impl<T, E> Debug for EventExtLayer<T, E>
Source§impl<T, E> Event for EventExtLayer<T, E>
impl<T, E> Event for EventExtLayer<T, E>
Auto Trait Implementations§
impl<T, E> Freeze for EventExtLayer<T, E>where
E: Freeze,
impl<T, E> RefUnwindSafe for EventExtLayer<T, E>where
E: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, E> Send for EventExtLayer<T, E>
impl<T, E> Sync for EventExtLayer<T, E>
impl<T, E> Unpin for EventExtLayer<T, E>
impl<T, E> UnsafeUnpin for EventExtLayer<T, E>where
E: UnsafeUnpin,
impl<T, E> UnwindSafe for EventExtLayer<T, E>where
E: UnwindSafe,
T: UnwindSafe,
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