Enum comm::node_bucket::InsertOutcome
[−]
[src]
pub enum InsertOutcome {
Inserted,
Updated,
Discarded,
}Variants
InsertedUpdatedDiscarded
Trait Implementations
impl Debug for InsertOutcome[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more