Struct commitlog::LogPosition [] [src]

pub struct LogPosition { /* fields omitted */ }

Last position read from the log.

Trait Implementations

impl Copy for LogPosition
[src]

impl Clone for LogPosition
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for LogPosition
[src]

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

This method tests for !=.

impl Eq for LogPosition
[src]

impl Debug for LogPosition
[src]

Formats the value using the given formatter.