Enum persistent_hashmap::InsertError [] [src]

pub enum InsertError {
    IsFull,
}

Variants

IsFull

Trait Implementations

Derived Implementations

impl PartialEq for InsertError

fn eq(&self, __arg_0: &InsertError) -> bool

fn ne(&self, __arg_0: &InsertError) -> bool

impl Eq for InsertError

impl Debug for InsertError

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for InsertError

impl Clone for InsertError

fn clone(&self) -> InsertError

1.0.0fn clone_from(&mut self, source: &Self)