Struct shrev::ReaderId [] [src]

pub struct ReaderId { /* fields omitted */ }

The reader id is used by readers to tell the storage where the last read ended.

Methods

impl ReaderId
[src]

[src]

Create a new reader id

Trait Implementations

impl Hash for ReaderId
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for ReaderId
[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 Clone for ReaderId
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ReaderId
[src]

[src]

Formats the value using the given formatter.