Struct zookeeper_client::AuthId
source · pub struct AuthId { /* private fields */ }
Expand description
AuthId represents authenticated identity and expresses authentication requirement in Acl.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for AuthId
impl Send for AuthId
impl Sync for AuthId
impl Unpin for AuthId
impl UnwindSafe for AuthId
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more