Struct discotech_zookeeper::Acl [] [src]

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

Fields

Trait Implementations

impl Debug for Acl
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Acl

impl Sync for Acl