pub struct CreatableTopicConfig {
pub name: String,
pub value: Option<String>,
pub unknown_tagged_fields: Vec<RawTaggedField>,
}
Fields§
§name: String
The configuration name.
value: Option<String>
The configuration value.
unknown_tagged_fields: Vec<RawTaggedField>
Unknown tagged fields.
Trait Implementations§
source§impl Debug for CreatableTopicConfig
impl Debug for CreatableTopicConfig
source§impl Decodable for CreatableTopicConfig
impl Decodable for CreatableTopicConfig
source§impl Default for CreatableTopicConfig
impl Default for CreatableTopicConfig
source§fn default() -> CreatableTopicConfig
fn default() -> CreatableTopicConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for CreatableTopicConfig
impl Send for CreatableTopicConfig
impl Sync for CreatableTopicConfig
impl Unpin for CreatableTopicConfig
impl UnwindSafe for CreatableTopicConfig
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