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
sourceimpl Clone for CreateableTopicConfig
impl Clone for CreateableTopicConfig
sourcefn clone(&self) -> CreateableTopicConfig
fn clone(&self) -> CreateableTopicConfig
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for CreateableTopicConfig
impl Debug for CreateableTopicConfig
sourceimpl Default for CreateableTopicConfig
impl Default for CreateableTopicConfig
sourceimpl Message for CreateableTopicConfig
impl Message for CreateableTopicConfig
sourceconst VERSIONS: VersionRange = VersionRange { min: 0, max: 7 }
const VERSIONS: VersionRange = VersionRange { min: 0, max: 7 }
The valid versions for this message.
sourceimpl PartialEq<CreateableTopicConfig> for CreateableTopicConfig
impl PartialEq<CreateableTopicConfig> for CreateableTopicConfig
sourcefn eq(&self, other: &CreateableTopicConfig) -> bool
fn eq(&self, other: &CreateableTopicConfig) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &CreateableTopicConfig) -> bool
fn ne(&self, other: &CreateableTopicConfig) -> bool
This method tests for !=.
impl StructuralPartialEq for CreateableTopicConfig
Auto Trait Implementations
impl RefUnwindSafe for CreateableTopicConfig
impl Send for CreateableTopicConfig
impl Sync for CreateableTopicConfig
impl Unpin for CreateableTopicConfig
impl UnwindSafe for CreateableTopicConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more