Enum persistent_hashmap::InsertError[][src]

pub enum InsertError {
    IsFull,
}

Variants

Trait Implementations

impl Clone for InsertError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for InsertError
[src]

impl Debug for InsertError
[src]

Formats the value using the given formatter. Read more

impl Eq for InsertError
[src]

impl PartialEq for InsertError
[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 InsertError

impl Sync for InsertError