Struct zookeeper::Acl [] [src]

pub struct Acl {
    pub perms: i32,
    pub scheme: String,
    pub id: String,
}

Fields

perms
scheme
id

Trait Implementations

impl ReadFrom for Acl

fn read_from<R: Read>(read: &mut R) -> Acl

impl WriteTo for Acl

fn write_to(&self, writer: &mut Write) -> Result<()>

fn to_buffer(&self) -> Vec<u8>

Derived Implementations

impl Debug for Acl

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

impl Clone for Acl

fn clone(&self) -> Acl

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