pub struct PanicListener;
Expand description
Always Panics
Implementations§
Source§impl PanicListener
impl PanicListener
Trait Implementations§
Source§impl Listener for PanicListener
impl Listener for PanicListener
type Stream = PanicStream
fn poll_accept( &self, _cx: &mut Context<'_>, ) -> Poll<Result<(Self::Stream, SocketAddr)>>
Auto Trait Implementations§
impl Freeze for PanicListener
impl RefUnwindSafe for PanicListener
impl Send for PanicListener
impl Sync for PanicListener
impl Unpin for PanicListener
impl UnwindSafe for PanicListener
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