Struct kafka_api::codec::RawTaggedField
source · pub struct RawTaggedField {
pub tag: i32,
pub data: Vec<u8>,
}
Fields§
§tag: i32
§data: Vec<u8>
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 Freeze for RawTaggedField
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)