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