pub struct CreateableTopicConfig {
pub value: Option<StrBytes>,
pub unknown_tagged_fields: BTreeMap<i32, Vec<u8>>,
}
Expand description
Valid versions: 0-7
Fields§
§value: Option<StrBytes>
The configuration value.
Supported API versions: 0-7
unknown_tagged_fields: BTreeMap<i32, Vec<u8>>
Other tagged fields
Trait Implementations§
source§impl Clone for CreateableTopicConfig
impl Clone for CreateableTopicConfig
source§fn clone(&self) -> CreateableTopicConfig
fn clone(&self) -> CreateableTopicConfig
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 CreateableTopicConfig
impl Debug for CreateableTopicConfig
source§impl Default for CreateableTopicConfig
impl Default for CreateableTopicConfig
source§impl Message for CreateableTopicConfig
impl Message for CreateableTopicConfig
source§const VERSIONS: VersionRange = _
const VERSIONS: VersionRange = _
The valid versions for this message.