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