pub struct DescribeQuorumNode {
pub node_id: i32,
pub listeners: Vec<DescribeQuorumListener>,
}Expand description
One controller node returned by DescribeQuorum v2.
Fields§
§node_id: i32§listeners: Vec<DescribeQuorumListener>Trait Implementations§
Source§impl Clone for DescribeQuorumNode
impl Clone for DescribeQuorumNode
Source§fn clone(&self) -> DescribeQuorumNode
fn clone(&self) -> DescribeQuorumNode
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 DescribeQuorumNode
impl Debug for DescribeQuorumNode
impl Eq for DescribeQuorumNode
Source§impl PartialEq for DescribeQuorumNode
impl PartialEq for DescribeQuorumNode
impl StructuralPartialEq for DescribeQuorumNode
Auto Trait Implementations§
impl Freeze for DescribeQuorumNode
impl RefUnwindSafe for DescribeQuorumNode
impl Send for DescribeQuorumNode
impl Sync for DescribeQuorumNode
impl Unpin for DescribeQuorumNode
impl UnsafeUnpin for DescribeQuorumNode
impl UnwindSafe for DescribeQuorumNode
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