pub struct FindCoordinatorResponseV1 {
pub throttle_time_ms: i32,
pub error_code: i16,
pub error_message: Option<String>,
pub node_id: i32,
pub host: String,
pub port: i32,
}Fields§
§throttle_time_ms: i32§error_code: i16§error_message: Option<String>§node_id: i32§host: String§port: i32Implementations§
Source§impl FindCoordinatorResponseV1
impl FindCoordinatorResponseV1
pub fn decode_body(decoder: &mut Decoder<'_>) -> Result<Self>
Trait Implementations§
Source§impl Clone for FindCoordinatorResponseV1
impl Clone for FindCoordinatorResponseV1
Source§fn clone(&self) -> FindCoordinatorResponseV1
fn clone(&self) -> FindCoordinatorResponseV1
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 FindCoordinatorResponseV1
impl Debug for FindCoordinatorResponseV1
impl Eq for FindCoordinatorResponseV1
impl StructuralPartialEq for FindCoordinatorResponseV1
Auto Trait Implementations§
impl Freeze for FindCoordinatorResponseV1
impl RefUnwindSafe for FindCoordinatorResponseV1
impl Send for FindCoordinatorResponseV1
impl Sync for FindCoordinatorResponseV1
impl Unpin for FindCoordinatorResponseV1
impl UnsafeUnpin for FindCoordinatorResponseV1
impl UnwindSafe for FindCoordinatorResponseV1
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