pub struct CmdNodeWriteFactory<M: CmdTunnelMeta, R: CmdTunnelRead<M>, W: CmdTunnelWrite<M>, F: CmdNodeTunnelFactory<M, R, W>, LEN: RawEncode + for<'a> RawDecode<'a> + Copy + Send + Sync + 'static + FromPrimitive + ToPrimitive, CMD: RawEncode + for<'a> RawDecode<'a> + Copy + Send + Sync + 'static + Debug + RawFixedBytes, LISTENER: CmdTunnelListener<M, R, W>> { /* private fields */ }Implementations§
Source§impl<M: CmdTunnelMeta, R: CmdTunnelRead<M>, W: CmdTunnelWrite<M>, F: CmdNodeTunnelFactory<M, R, W>, LEN: RawEncode + for<'a> RawDecode<'a> + Copy + Send + Sync + 'static + FromPrimitive + ToPrimitive + RawFixedBytes, CMD: RawEncode + for<'a> RawDecode<'a> + Copy + Send + Sync + 'static + Debug + RawFixedBytes, LISTENER: CmdTunnelListener<M, R, W>> CmdNodeWriteFactory<M, R, W, F, LEN, CMD, LISTENER>
impl<M: CmdTunnelMeta, R: CmdTunnelRead<M>, W: CmdTunnelWrite<M>, F: CmdNodeTunnelFactory<M, R, W>, LEN: RawEncode + for<'a> RawDecode<'a> + Copy + Send + Sync + 'static + FromPrimitive + ToPrimitive + RawFixedBytes, CMD: RawEncode + for<'a> RawDecode<'a> + Copy + Send + Sync + 'static + Debug + RawFixedBytes, LISTENER: CmdTunnelListener<M, R, W>> CmdNodeWriteFactory<M, R, W, F, LEN, CMD, LISTENER>
Trait Implementations§
Source§impl<M: CmdTunnelMeta, R: CmdTunnelRead<M>, W: CmdTunnelWrite<M>, F: CmdNodeTunnelFactory<M, R, W>, LEN: RawEncode + for<'a> RawDecode<'a> + Copy + Send + Sync + 'static + FromPrimitive + ToPrimitive + RawFixedBytes, CMD: RawEncode + for<'a> RawDecode<'a> + Copy + Send + Sync + 'static + RawFixedBytes + Debug, LISTENER: CmdTunnelListener<M, R, W>> ClassifiedWorkerFactory<(PeerId, Option<TunnelId>), CommonCmdSend<M, R, W, LEN, CMD>> for CmdNodeWriteFactory<M, R, W, F, LEN, CMD, LISTENER>
impl<M: CmdTunnelMeta, R: CmdTunnelRead<M>, W: CmdTunnelWrite<M>, F: CmdNodeTunnelFactory<M, R, W>, LEN: RawEncode + for<'a> RawDecode<'a> + Copy + Send + Sync + 'static + FromPrimitive + ToPrimitive + RawFixedBytes, CMD: RawEncode + for<'a> RawDecode<'a> + Copy + Send + Sync + 'static + RawFixedBytes + Debug, LISTENER: CmdTunnelListener<M, R, W>> ClassifiedWorkerFactory<(PeerId, Option<TunnelId>), CommonCmdSend<M, R, W, LEN, CMD>> for CmdNodeWriteFactory<M, R, W, F, LEN, CMD, LISTENER>
Auto Trait Implementations§
impl<M, R, W, F, LEN, CMD, LISTENER> Freeze for CmdNodeWriteFactory<M, R, W, F, LEN, CMD, LISTENER>
impl<M, R, W, F, LEN, CMD, LISTENER> !RefUnwindSafe for CmdNodeWriteFactory<M, R, W, F, LEN, CMD, LISTENER>
impl<M, R, W, F, LEN, CMD, LISTENER> Send for CmdNodeWriteFactory<M, R, W, F, LEN, CMD, LISTENER>
impl<M, R, W, F, LEN, CMD, LISTENER> Sync for CmdNodeWriteFactory<M, R, W, F, LEN, CMD, LISTENER>
impl<M, R, W, F, LEN, CMD, LISTENER> Unpin for CmdNodeWriteFactory<M, R, W, F, LEN, CMD, LISTENER>
impl<M, R, W, F, LEN, CMD, LISTENER> !UnwindSafe for CmdNodeWriteFactory<M, R, W, F, LEN, CMD, LISTENER>
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