pub struct EventValueError { /* private fields */ }Available on crate feature
sse only.Expand description
SSE 事件值不能包含换行或回车。
Trait Implementations§
Source§impl Debug for EventValueError
impl Debug for EventValueError
Source§impl Display for EventValueError
impl Display for EventValueError
Source§impl Error for EventValueError
impl Error for EventValueError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for EventValueError
impl RefUnwindSafe for EventValueError
impl Send for EventValueError
impl Sync for EventValueError
impl Unpin for EventValueError
impl UnwindSafe for EventValueError
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