pub struct UserName {
pub name: KafkaString,
pub _unknown_tagged_fields: Vec<RawTaggedField>,
}Fields§
§name: KafkaStringThe user name.
_unknown_tagged_fields: Vec<RawTaggedField>Implementations§
Trait Implementations§
impl StructuralPartialEq for UserName
Auto Trait Implementations§
impl !Freeze for UserName
impl RefUnwindSafe for UserName
impl Send for UserName
impl Sync for UserName
impl Unpin for UserName
impl UnsafeUnpin for UserName
impl UnwindSafe for UserName
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