Struct rusty_leveldb::DefaultCmp [] [src]

pub struct DefaultCmp;

The default byte-wise comparator.

Trait Implementations

impl Clone for DefaultCmp
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Cmp for DefaultCmp
[src]

[src]

Compare to byte strings, bytewise.

[src]

A unique identifier for a comparator. A comparator wrapper (like InternalKeyCmp) may return the id of its inner comparator. Read more

[src]

Return the shortest byte string that compares "Greater" to the first argument and "Less" to the second one. Read more

[src]

Return the shortest byte string that compares "Greater" to the argument.