pub struct MockListener { /* private fields */ }Available on crate feature
async-futures only.Expand description
Asynchronous mock IO listener
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MockListener
impl RefUnwindSafe for MockListener
impl Send for MockListener
impl Sync for MockListener
impl Unpin for MockListener
impl UnwindSafe for MockListener
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