Struct shrev::ReaderId [] [src]

pub struct ReaderId<T> { /* fields omitted */ }

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

Methods

impl<T> ReaderId<T>
[src]

[src]

Create a new reader id

Trait Implementations

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: Debug> Debug for ReaderId<T>
[src]

[src]

Formats the value using the given formatter.