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