Struct commitlog::OffsetRange [] [src]

pub struct OffsetRange(_, _);

Offset range of log append.

Methods

impl OffsetRange
[src]

[src]

Starting offset of the range.

[src]

Number of offsets within the range.

[src]

Boolean indicating whether the range has offsets.

Important traits for OffsetRangeIter
[src]

Iterator containing all offsets within the offset range.

Trait Implementations

impl Copy for OffsetRange
[src]

impl Clone for OffsetRange
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Debug for OffsetRange
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for OffsetRange

impl Sync for OffsetRange