pub struct DescribeQuorumTopicResponse {
pub name: String,
pub partitions: Vec<DescribeQuorumPartition>,
}Expand description
One topic returned by DescribeQuorum.
Fields§
§name: String§partitions: Vec<DescribeQuorumPartition>Trait Implementations§
Source§impl Clone for DescribeQuorumTopicResponse
impl Clone for DescribeQuorumTopicResponse
Source§fn clone(&self) -> DescribeQuorumTopicResponse
fn clone(&self) -> DescribeQuorumTopicResponse
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 DescribeQuorumTopicResponse
impl Debug for DescribeQuorumTopicResponse
impl Eq for DescribeQuorumTopicResponse
impl StructuralPartialEq for DescribeQuorumTopicResponse
Auto Trait Implementations§
impl Freeze for DescribeQuorumTopicResponse
impl RefUnwindSafe for DescribeQuorumTopicResponse
impl Send for DescribeQuorumTopicResponse
impl Sync for DescribeQuorumTopicResponse
impl Unpin for DescribeQuorumTopicResponse
impl UnsafeUnpin for DescribeQuorumTopicResponse
impl UnwindSafe for DescribeQuorumTopicResponse
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