pub struct AlterReplicaLogDir {
pub topics: IndexMap<TopicName, AlterReplicaLogDirTopic>,
pub unknown_tagged_fields: BTreeMap<i32, Vec<u8>>,
}
Expand description
Valid versions: 0-2
Fields§
§topics: IndexMap<TopicName, AlterReplicaLogDirTopic>
The topics to add to the directory.
Supported API versions: 0-2
unknown_tagged_fields: BTreeMap<i32, Vec<u8>>
Other tagged fields
Trait Implementations§
source§impl Clone for AlterReplicaLogDir
impl Clone for AlterReplicaLogDir
source§fn clone(&self) -> AlterReplicaLogDir
fn clone(&self) -> AlterReplicaLogDir
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 AlterReplicaLogDir
impl Debug for AlterReplicaLogDir
source§impl Default for AlterReplicaLogDir
impl Default for AlterReplicaLogDir
source§impl Message for AlterReplicaLogDir
impl Message for AlterReplicaLogDir
source§const VERSIONS: VersionRange = _
const VERSIONS: VersionRange = _
The valid versions for this message.