Struct zookeeper::Acl
[−]
[src]
pub struct Acl { pub perms: i32, pub scheme: String, pub id: String, }
Fields
perms | |
scheme | |
id |
pub struct Acl { pub perms: i32, pub scheme: String, pub id: String, }
perms | |
scheme | |
id |
impl ReadFrom for Acl
impl WriteTo for Acl
impl Debug for Acl
impl Clone for Acl
fn clone(&self) -> Acl
fn clone_from(&mut self, source: &Self)