pub struct SseCodec;Expand description
SSE codec for parsing streaming responses
Implementations§
Source§impl SseCodec
impl SseCodec
Trait Implementations§
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