pub struct FindCoordinatorResponseV6 {
pub throttle_time_ms: i32,
pub coordinators: Vec<FindCoordinatorResultV6>,
}Expand description
FindCoordinator v6 response for one or more coordinator keys.
Fields§
§throttle_time_ms: i32§coordinators: Vec<FindCoordinatorResultV6>Implementations§
Source§impl FindCoordinatorResponseV6
impl FindCoordinatorResponseV6
pub fn decode_body(decoder: &mut Decoder<'_>) -> Result<Self>
Trait Implementations§
Source§impl Clone for FindCoordinatorResponseV6
impl Clone for FindCoordinatorResponseV6
Source§fn clone(&self) -> FindCoordinatorResponseV6
fn clone(&self) -> FindCoordinatorResponseV6
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 FindCoordinatorResponseV6
impl Debug for FindCoordinatorResponseV6
impl Eq for FindCoordinatorResponseV6
impl StructuralPartialEq for FindCoordinatorResponseV6
Auto Trait Implementations§
impl Freeze for FindCoordinatorResponseV6
impl RefUnwindSafe for FindCoordinatorResponseV6
impl Send for FindCoordinatorResponseV6
impl Sync for FindCoordinatorResponseV6
impl Unpin for FindCoordinatorResponseV6
impl UnsafeUnpin for FindCoordinatorResponseV6
impl UnwindSafe for FindCoordinatorResponseV6
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