pub struct ElectLeadersResponseV0 {
pub throttle_time_ms: i32,
pub results: Vec<ElectLeadersTopicResultV0>,
}Fields§
§throttle_time_ms: i32§results: Vec<ElectLeadersTopicResultV0>Implementations§
Source§impl ElectLeadersResponseV0
impl ElectLeadersResponseV0
pub fn decode_body(decoder: &mut Decoder<'_>) -> Result<Self>
Trait Implementations§
Source§impl Clone for ElectLeadersResponseV0
impl Clone for ElectLeadersResponseV0
Source§fn clone(&self) -> ElectLeadersResponseV0
fn clone(&self) -> ElectLeadersResponseV0
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 ElectLeadersResponseV0
impl Debug for ElectLeadersResponseV0
impl Eq for ElectLeadersResponseV0
Source§impl PartialEq for ElectLeadersResponseV0
impl PartialEq for ElectLeadersResponseV0
impl StructuralPartialEq for ElectLeadersResponseV0
Auto Trait Implementations§
impl Freeze for ElectLeadersResponseV0
impl RefUnwindSafe for ElectLeadersResponseV0
impl Send for ElectLeadersResponseV0
impl Sync for ElectLeadersResponseV0
impl Unpin for ElectLeadersResponseV0
impl UnsafeUnpin for ElectLeadersResponseV0
impl UnwindSafe for ElectLeadersResponseV0
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