pub struct EventTypeSerializer;Implementations§
Auto Trait Implementations§
impl Freeze for EventTypeSerializer
impl RefUnwindSafe for EventTypeSerializer
impl Send for EventTypeSerializer
impl Sync for EventTypeSerializer
impl Unpin for EventTypeSerializer
impl UnsafeUnpin for EventTypeSerializer
impl UnwindSafe for EventTypeSerializer
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