Struct nakadion::EventType [] [src]

pub struct EventType<'a>(pub &'a str);

The Nakadi Event Type. Similiar to a topic.

Methods

impl<'a> EventType<'a>
[src]

[src]

Creates a new instance of an EventType.

Trait Implementations

impl<'a> Clone for EventType<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for EventType<'a>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for EventType<'a>

impl<'a> Sync for EventType<'a>