Struct kafka_protocol::protocol::types::CompactArray
source · pub struct CompactArray<E>(pub E);
Expand description
An array whose length is encoded with a varint.
Tuple Fields§
§0: E
Trait Implementations§
source§impl<E: Clone> Clone for CompactArray<E>
impl<E: Clone> Clone for CompactArray<E>
source§fn clone(&self) -> CompactArray<E>
fn clone(&self) -> CompactArray<E>
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 more