pub struct CreateTopicConfig {
pub name: String_,
pub value: NullableString,
pub tagged_fields: Option<TaggedFields>,
}
Fields§
§name: String_
The configuration name.
value: NullableString
The configuration value.
tagged_fields: Option<TaggedFields>
The tagged fields.
Added in version 5
Trait Implementations§
Source§impl Debug for CreateTopicConfig
impl Debug for CreateTopicConfig
Source§impl<W> WriteVersionedType<W> for CreateTopicConfigwhere
W: Write,
impl<W> WriteVersionedType<W> for CreateTopicConfigwhere
W: Write,
fn write_versioned( &self, writer: &mut W, version: ApiVersion, ) -> Result<(), WriteVersionedError>
Auto Trait Implementations§
impl Freeze for CreateTopicConfig
impl RefUnwindSafe for CreateTopicConfig
impl Send for CreateTopicConfig
impl Sync for CreateTopicConfig
impl Unpin for CreateTopicConfig
impl UnwindSafe for CreateTopicConfig
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