[][src]Struct kompact::doctest_helpers::TestComponent1

pub struct TestComponent1 { /* fields omitted */ }

A test component

Methods

impl TestComponent1[src]

pub fn new() -> TestComponent1[src]

Create a new test component

Trait Implementations

impl ActorRaw for TestComponent1[src]

type Message = Never

The type of local messages the actor accepts

impl ComponentDefinition for TestComponent1[src]

impl Provide<ControlPort> for TestComponent1[src]

impl Provide<TestPort> for TestComponent1[src]

impl ProvideRef<TestPort> for TestComponent1[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<CD> ComponentLogging for CD where
    CD: ComponentDefinition + 'static, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,