Struct routing::EntryActions[][src]

pub struct EntryActions { /* fields omitted */ }

Helper struct to build entry actions on MutableData

Methods

impl EntryActions
[src]

Create a helper to simplify construction of MutableData actions

Insert a new key-value pair

Update existing key-value pair

Delete existing key

Trait Implementations

impl Debug for EntryActions
[src]

Formats the value using the given formatter. Read more

impl Default for EntryActions
[src]

Returns the "default value" for a type. Read more

impl Clone for EntryActions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Into<BTreeMap<Vec<u8>, EntryAction>> for EntryActions
[src]

Performs the conversion.

Auto Trait Implementations