pub struct AlterTopicConfigResult {
pub topic: String,
pub changed_count: usize,
}Expand description
Result of altering topic configuration
Fields§
§topic: StringTopic name
changed_count: usizeNumber of configurations changed
Trait Implementations§
Source§impl Clone for AlterTopicConfigResult
impl Clone for AlterTopicConfigResult
Source§fn clone(&self) -> AlterTopicConfigResult
fn clone(&self) -> AlterTopicConfigResult
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for AlterTopicConfigResult
impl RefUnwindSafe for AlterTopicConfigResult
impl Send for AlterTopicConfigResult
impl Sync for AlterTopicConfigResult
impl Unpin for AlterTopicConfigResult
impl UnsafeUnpin for AlterTopicConfigResult
impl UnwindSafe for AlterTopicConfigResult
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