pub struct SSECodec { /* private fields */ }Expand description
Encoder/decoder for server-sent event streams.
Trait Implementations§
Source§impl Decoder for SSECodec
impl Decoder 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