Struct fire_stream::util::testing::PanicListener
source · 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 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