Struct zookeeper_client::AuthUser
source · pub struct AuthUser { /* private fields */ }
Expand description
AuthUser represents display info for authenticated identity.
Implementations§
Trait Implementations§
source§impl PartialEq<AuthUser> for AuthUser
impl PartialEq<AuthUser> for AuthUser
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§
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