pub struct SseReader { /* private fields */ }Expand description
Reads a body as a sequence of server-sent events.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for SseReader
impl !UnwindSafe for SseReader
impl Freeze for SseReader
impl Send for SseReader
impl Sync for SseReader
impl Unpin for SseReader
impl UnsafeUnpin for SseReader
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