pub struct AddPartitionsToTxnTopic {
pub name: String,
pub partitions: Vec<i32>,
}Fields§
§name: String§partitions: Vec<i32>Trait Implementations§
Source§impl Clone for AddPartitionsToTxnTopic
impl Clone for AddPartitionsToTxnTopic
Source§fn clone(&self) -> AddPartitionsToTxnTopic
fn clone(&self) -> AddPartitionsToTxnTopic
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 AddPartitionsToTxnTopic
impl Debug for AddPartitionsToTxnTopic
impl Eq for AddPartitionsToTxnTopic
Source§impl PartialEq for AddPartitionsToTxnTopic
impl PartialEq for AddPartitionsToTxnTopic
impl StructuralPartialEq for AddPartitionsToTxnTopic
Auto Trait Implementations§
impl Freeze for AddPartitionsToTxnTopic
impl RefUnwindSafe for AddPartitionsToTxnTopic
impl Send for AddPartitionsToTxnTopic
impl Sync for AddPartitionsToTxnTopic
impl Unpin for AddPartitionsToTxnTopic
impl UnsafeUnpin for AddPartitionsToTxnTopic
impl UnwindSafe for AddPartitionsToTxnTopic
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