Struct zookeeper_client::AuthUser
source · [−]pub struct AuthUser { /* private fields */ }Expand description
AuthUser represents display info for authenticated identity.
Implementations
Trait Implementations
impl Eq for AuthUser
impl StructuralEq for AuthUser
impl StructuralPartialEq for AuthUser
Auto Trait Implementations
impl RefUnwindSafe for AuthUser
impl Send for AuthUser
impl Sync for AuthUser
impl Unpin for AuthUser
impl UnwindSafe for AuthUser
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more