pub struct DescribeTopicPartitionsCursorV0 {
pub topic_name: String,
pub partition_index: i32,
}Expand description
Nullable cursor used to page through topic partition metadata.
Fields§
§topic_name: String§partition_index: i32Trait Implementations§
Source§impl Clone for DescribeTopicPartitionsCursorV0
impl Clone for DescribeTopicPartitionsCursorV0
Source§fn clone(&self) -> DescribeTopicPartitionsCursorV0
fn clone(&self) -> DescribeTopicPartitionsCursorV0
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 DescribeTopicPartitionsCursorV0
impl StructuralPartialEq for DescribeTopicPartitionsCursorV0
Auto Trait Implementations§
impl Freeze for DescribeTopicPartitionsCursorV0
impl RefUnwindSafe for DescribeTopicPartitionsCursorV0
impl Send for DescribeTopicPartitionsCursorV0
impl Sync for DescribeTopicPartitionsCursorV0
impl Unpin for DescribeTopicPartitionsCursorV0
impl UnsafeUnpin for DescribeTopicPartitionsCursorV0
impl UnwindSafe for DescribeTopicPartitionsCursorV0
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