pub struct DescribeTopicPartitionsTopicV0 {
pub name: String,
}Expand description
One topic requested by DescribeTopicPartitions v0.
Fields§
§name: StringTrait Implementations§
Source§impl Clone for DescribeTopicPartitionsTopicV0
impl Clone for DescribeTopicPartitionsTopicV0
Source§fn clone(&self) -> DescribeTopicPartitionsTopicV0
fn clone(&self) -> DescribeTopicPartitionsTopicV0
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 DescribeTopicPartitionsTopicV0
impl StructuralPartialEq for DescribeTopicPartitionsTopicV0
Auto Trait Implementations§
impl Freeze for DescribeTopicPartitionsTopicV0
impl RefUnwindSafe for DescribeTopicPartitionsTopicV0
impl Send for DescribeTopicPartitionsTopicV0
impl Sync for DescribeTopicPartitionsTopicV0
impl Unpin for DescribeTopicPartitionsTopicV0
impl UnsafeUnpin for DescribeTopicPartitionsTopicV0
impl UnwindSafe for DescribeTopicPartitionsTopicV0
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