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§
source§impl PartialEq<AuthId> for AuthId
impl PartialEq<AuthId> for AuthId
impl Eq for AuthId
impl StructuralEq for AuthId
impl StructuralPartialEq for AuthId
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