pub struct TopicConfigOverrides {
pub topic: String,
pub overrides: BTreeMap<String, String>,
}Expand description
Per-topic dynamic config overrides (broker defaults are filtered out).
Fields§
§topic: String§overrides: BTreeMap<String, String>Trait Implementations§
Source§impl Clone for TopicConfigOverrides
impl Clone for TopicConfigOverrides
Source§fn clone(&self) -> TopicConfigOverrides
fn clone(&self) -> TopicConfigOverrides
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TopicConfigOverrides
impl Debug for TopicConfigOverrides
Source§impl Default for TopicConfigOverrides
impl Default for TopicConfigOverrides
Source§fn default() -> TopicConfigOverrides
fn default() -> TopicConfigOverrides
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TopicConfigOverrides
impl RefUnwindSafe for TopicConfigOverrides
impl Send for TopicConfigOverrides
impl Sync for TopicConfigOverrides
impl Unpin for TopicConfigOverrides
impl UnsafeUnpin for TopicConfigOverrides
impl UnwindSafe for TopicConfigOverrides
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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