pub struct EventCodecRegistry<E: Send + 'static> { /* private fields */ }Expand description
Manifest -> decoder map plus an optional catch-all decoder.
Implementations§
Source§impl<E: Send + 'static> EventCodecRegistry<E>
impl<E: Send + 'static> EventCodecRegistry<E>
Trait Implementations§
Auto Trait Implementations§
impl<E> Freeze for EventCodecRegistry<E>
impl<E> !RefUnwindSafe for EventCodecRegistry<E>
impl<E> Send for EventCodecRegistry<E>
impl<E> Sync for EventCodecRegistry<E>
impl<E> Unpin for EventCodecRegistry<E>
impl<E> UnsafeUnpin for EventCodecRegistry<E>
impl<E> !UnwindSafe for EventCodecRegistry<E>
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