pub struct Ctl<'a, R: Radio> {
pub(super) stack: NodeStack<'a, R>,
pub(super) target: PublicKey,
manager: NodeManager<MacHandle<'a, TokioPlatform<R, TokioFileCounterStore, TokioFileKeyValueStore>, IDENTITIES, PEERS, CHANNELS, ACKS, TX, FRAME, DUP>>,
}Expand description
The tool as a node, for the duration of one operation.
Fields§
§stack: NodeStack<'a, R>§target: PublicKey§manager: NodeManager<MacHandle<'a, TokioPlatform<R, TokioFileCounterStore, TokioFileKeyValueStore>, IDENTITIES, PEERS, CHANNELS, ACKS, TX, FRAME, DUP>>Implementations§
Auto Trait Implementations§
impl<'a, R> Freeze for Ctl<'a, R>
impl<'a, R> !RefUnwindSafe for Ctl<'a, R>
impl<'a, R> !Send for Ctl<'a, R>
impl<'a, R> !Sync for Ctl<'a, R>
impl<'a, R> Unpin for Ctl<'a, R>
impl<'a, R> !UnwindSafe for Ctl<'a, R>
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more