pub struct SseCodec;
Expand description
Codec that does a simple serialization
Trait Implementations§
impl Copy for SseCodec
impl Eq for SseCodec
impl StructuralPartialEq for SseCodec
Auto Trait Implementations§
impl Freeze for SseCodec
impl RefUnwindSafe for SseCodec
impl Send for SseCodec
impl Sync for SseCodec
impl Unpin for SseCodec
impl UnwindSafe for SseCodec
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