pub enum InvalidSseEvent {
InvalidIdLineBreak,
InvalidEventLineBreak,
}
Variants§
Trait Implementations§
source§impl Debug for InvalidSseEvent
impl Debug for InvalidSseEvent
Auto Trait Implementations§
impl Freeze for InvalidSseEvent
impl RefUnwindSafe for InvalidSseEvent
impl Send for InvalidSseEvent
impl Sync for InvalidSseEvent
impl Unpin for InvalidSseEvent
impl UnwindSafe for InvalidSseEvent
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