pub struct DoubleBucket<V> { /* private fields */ }

Implementations

DoubleBucket stores things one level deeper

dir of this bucket

Check if a key exists within sub-bucket

Create a key in a sub-bucket

Get a key in a sub-bucket

Delete a file in a sub-bucket

List keys in this bucket’s sub-bucket

Clear all keys in this sub-bucket

Clear all keys in the bucket

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.