pub enum SseDriverEvent {
Event(SseEvent),
Error(GraphError),
Complete,
}Expand description
SseDriverEvent variants.
Variants§
Auto Trait Implementations§
impl Freeze for SseDriverEvent
impl !RefUnwindSafe for SseDriverEvent
impl !Send for SseDriverEvent
impl !Sync for SseDriverEvent
impl Unpin for SseDriverEvent
impl UnsafeUnpin for SseDriverEvent
impl !UnwindSafe for SseDriverEvent
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