Struct zookeeper::Stat [] [src]

pub struct Stat {
    pub czxid: i64,
    pub mzxid: i64,
    pub ctime: i64,
    pub mtime: i64,
    pub version: i32,
    pub cversion: i32,
    pub aversion: i32,
    pub ephemeral_owner: i64,
    pub data_length: i32,
    pub num_children: i32,
    pub pzxid: i64,
}

Fields

czxid: i64 mzxid: i64 ctime: i64 mtime: i64 version: i32 cversion: i32 aversion: i32 ephemeral_owner: i64 data_length: i32 num_children: i32 pzxid: i64

Trait Implementations

impl Debug for Stat
[src]

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

Formats the value using the given formatter.