Struct network_clique::mock::MockListener
source · pub struct MockListener {
channel_accept: UnboundedReceiver<UnreliableSplittable>,
}
Fields§
§channel_accept: UnboundedReceiver<UnreliableSplittable>
Trait Implementations§
source§impl Listener for MockListener
impl Listener for MockListener
Auto Trait Implementations§
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