Struct nakadion::PartitionId [] [src]

pub struct PartitionId(pub String);

A partition id that comes with a Cursor

Trait Implementations

impl Clone for PartitionId
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PartitionId
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for PartitionId
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for PartitionId
[src]

impl Display for PartitionId
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PartitionId

impl Sync for PartitionId