Struct kafka_api::RawTaggedField
source · pub struct RawTaggedField {
pub tag: i32,
pub data: Bytes,
}
Fields§
§tag: i32
§data: Bytes
Trait Implementations§
source§impl Clone for RawTaggedField
impl Clone for RawTaggedField
source§fn clone(&self) -> RawTaggedField
fn clone(&self) -> RawTaggedField
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for RawTaggedField
impl Debug for RawTaggedField
source§impl Default for RawTaggedField
impl Default for RawTaggedField
source§fn default() -> RawTaggedField
fn default() -> RawTaggedField
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for RawTaggedField
impl Send for RawTaggedField
impl Sync for RawTaggedField
impl Unpin for RawTaggedField
impl UnwindSafe for RawTaggedField
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