pub enum UpdateTopicAction {
AddPartition(AddPartition),
AddMirror(AddMirror),
}Variants§
AddPartition(AddPartition)
AddMirror(AddMirror)
Trait Implementations§
Source§impl Clone for UpdateTopicAction
impl Clone for UpdateTopicAction
Source§fn clone(&self) -> UpdateTopicAction
fn clone(&self) -> UpdateTopicAction
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 moreSource§impl Debug for UpdateTopicAction
impl Debug for UpdateTopicAction
Source§impl Decoder for UpdateTopicAction
impl Decoder for UpdateTopicAction
Source§impl Default for UpdateTopicAction
impl Default for UpdateTopicAction
Source§impl Encoder for UpdateTopicAction
impl Encoder for UpdateTopicAction
Auto Trait Implementations§
impl Freeze for UpdateTopicAction
impl RefUnwindSafe for UpdateTopicAction
impl Send for UpdateTopicAction
impl Sync for UpdateTopicAction
impl Unpin for UpdateTopicAction
impl UnwindSafe for UpdateTopicAction
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