pub struct Wire<ReqId, Target, Req, Resp, E, Ctx> { /* private fields */ }Expand description
Wire provides an interconnect to support integration testing of Mux based implementations
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<ReqId, Target, Req, Resp, E, Ctx> Freeze for Wire<ReqId, Target, Req, Resp, E, Ctx>
impl<ReqId, Target, Req, Resp, E, Ctx> RefUnwindSafe for Wire<ReqId, Target, Req, Resp, E, Ctx>where
E: RefUnwindSafe,
Ctx: RefUnwindSafe,
impl<ReqId, Target, Req, Resp, E, Ctx> Send for Wire<ReqId, Target, Req, Resp, E, Ctx>
impl<ReqId, Target, Req, Resp, E, Ctx> Sync for Wire<ReqId, Target, Req, Resp, E, Ctx>
impl<ReqId, Target, Req, Resp, E, Ctx> Unpin for Wire<ReqId, Target, Req, Resp, E, Ctx>
impl<ReqId, Target, Req, Resp, E, Ctx> UnsafeUnpin for Wire<ReqId, Target, Req, Resp, E, Ctx>
impl<ReqId, Target, Req, Resp, E, Ctx> UnwindSafe for Wire<ReqId, Target, Req, Resp, E, Ctx>where
E: UnwindSafe,
Ctx: UnwindSafe,
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