pub enum SseParseError {
UnterminatedJson,
MissingDelimiter,
InvalidUtf8,
}Expand description
SSE parse error.
Variants§
Trait Implementations§
Source§impl Clone for SseParseError
impl Clone for SseParseError
Source§fn clone(&self) -> SseParseError
fn clone(&self) -> SseParseError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SseParseError
impl Debug for SseParseError
Auto Trait Implementations§
impl Freeze for SseParseError
impl RefUnwindSafe for SseParseError
impl Send for SseParseError
impl Sync for SseParseError
impl Unpin for SseParseError
impl UnsafeUnpin for SseParseError
impl UnwindSafe for SseParseError
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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