Struct etcd::KeySpaceInfo [] [src]

pub struct KeySpaceInfo {
    pub action: String,
    pub node: Option<Node>,
    pub prev_node: Option<Node>,
}

Information about the result of a successful key space operation.

Fields

action

The action that was taken, e.g. get, set.

node

The etcd Node that was operated upon.

prev_node

The previous state of the target node.

Trait Implementations

impl Deserialize for KeySpaceInfo

fn deserialize<__D>(deserializer: &mut __D) -> Result<KeySpaceInfo, __D::Error> where __D: Deserializer

Derived Implementations

impl Debug for KeySpaceInfo

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

impl Clone for KeySpaceInfo

fn clone(&self) -> KeySpaceInfo

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