pub enum StreamingError {
RequestError(Error),
RequestMiddlewareError(Error),
WebSocketError(Error),
OtherError(String),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for StreamingError
impl !RefUnwindSafe for StreamingError
impl !UnwindSafe for StreamingError
impl Send for StreamingError
impl Sync for StreamingError
impl Unpin for StreamingError
impl UnsafeUnpin for StreamingError
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