Struct zookeeper::Acl [] [src]

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

Fields

perms: i32 scheme: String id: String

Trait Implementations

impl Debug for Acl
[src]

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

Formats the value using the given formatter.

impl Clone for Acl
[src]

fn clone(&self) -> Acl

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more