Struct glusterchangelog::Record [] [src]

pub struct Record<'a> {
    pub ts: u64,
    pub fop_type: &'a str,
    pub fop: &'a str,
    pub gfid: &'a str,
    pub path: &'a str,
    pub path1: &'a str,
    pub path2: &'a str,
    pub mode: i64,
    pub uid: i64,
    pub gid: i64,
    pub fullpath: &'a str,
}

Fields