Struct tuple_storage::Storage[][src]

pub struct Storage { /* fields omitted */ }

Methods

impl Storage
[src]

Insert does not allow duplicate key and inserts the Tuple in the set in a sorted way

Append allows duplicate key

Update all tuples matching the key

returns how many tuples were updated

Remove all tuples matching the key. Working from the end to the front of the Storage.

Delete all tuples matching the key sorted

Trait Implementations

impl Debug for Storage
[src]

Formats the value using the given formatter. Read more

impl Drop for Storage
[src]

Executes the destructor for this type. Read more

impl PartialEq for Storage
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for Storage

impl Sync for Storage