Enum comm::routing_table::InsertOutcome
[−]
[src]
pub enum InsertOutcome {
Ignored,
Inserted,
Updated,
Discarded,
}Variants
IgnoredInsertedUpdatedDiscarded
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