pub struct ProtocolStop;
Expand description
Protocol returned None right at the start of the stream processing
Trait Implementations§
Source§impl Debug for ProtocolStop
impl Debug for ProtocolStop
Source§impl Display for ProtocolStop
impl Display for ProtocolStop
Source§impl Error for ProtocolStop
impl Error for ProtocolStop
Source§fn cause(&self) -> Option<&dyn Error>
fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
Source§fn description(&self) -> &'static str
fn description(&self) -> &'static str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for ProtocolStop
impl RefUnwindSafe for ProtocolStop
impl Send for ProtocolStop
impl Sync for ProtocolStop
impl Unpin for ProtocolStop
impl UnwindSafe for ProtocolStop
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