pub struct Runner<PB: ProtocolBehavior> {
registry: PutRegistry<PB>,
spawner: Spawner<PB>,
}
Fields§
§registry: PutRegistry<PB>
§spawner: Spawner<PB>
Implementations§
source§impl<PB: ProtocolBehavior> Runner<PB>
impl<PB: ProtocolBehavior> Runner<PB>
Trait Implementations§
source§impl<PB: ProtocolBehavior> TraceRunner for &Runner<PB>
impl<PB: ProtocolBehavior> TraceRunner for &Runner<PB>
Auto Trait Implementations§
impl<PB> Freeze for Runner<PB>
impl<PB> !RefUnwindSafe for Runner<PB>
impl<PB> !Send for Runner<PB>
impl<PB> !Sync for Runner<PB>
impl<PB> Unpin for Runner<PB>
impl<PB> !UnwindSafe for Runner<PB>
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<Tail, T> Prepend<T> for Tail
impl<Tail, T> Prepend<T> for Tail
§type PreprendResult = Tail
type PreprendResult = Tail
The Resulting [
TupleList
], of an [Prepend::prepend()
] call,
including the prepended entry.