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