pub struct KfLeaderAndIsrResponse {
pub error_code: ErrorCode,
pub partitions: Vec<LeaderAndIsrResponsePartition>,
}
Fields§
§error_code: ErrorCode
The error code, or 0 if there was no error.
partitions: Vec<LeaderAndIsrResponsePartition>
Each partition.
Trait Implementations§
Source§impl Debug for KfLeaderAndIsrResponse
impl Debug for KfLeaderAndIsrResponse
Source§impl Decoder for KfLeaderAndIsrResponse
impl Decoder for KfLeaderAndIsrResponse
Source§impl Default for KfLeaderAndIsrResponse
impl Default for KfLeaderAndIsrResponse
Source§impl<'de> Deserialize<'de> for KfLeaderAndIsrResponse
impl<'de> Deserialize<'de> for KfLeaderAndIsrResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Encoder for KfLeaderAndIsrResponse
impl Encoder for KfLeaderAndIsrResponse
Auto Trait Implementations§
impl Freeze for KfLeaderAndIsrResponse
impl RefUnwindSafe for KfLeaderAndIsrResponse
impl Send for KfLeaderAndIsrResponse
impl Sync for KfLeaderAndIsrResponse
impl Unpin for KfLeaderAndIsrResponse
impl UnwindSafe for KfLeaderAndIsrResponse
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