Struct kafkaesque::formats::api::MetadataRespV0Topic
source · pub struct MetadataRespV0Topic {
pub error_code: ErrorCode,
pub name: String,
pub partitions: Vec<MetadataRespV0Partition>,
}
Fields§
§error_code: ErrorCode
§name: String
§partitions: Vec<MetadataRespV0Partition>
Trait Implementations§
source§impl Debug for MetadataRespV0Topic
impl Debug for MetadataRespV0Topic
source§impl From<MetadataRespV0Topic> for Topic
impl From<MetadataRespV0Topic> for Topic
source§fn from(s: MetadataRespV0Topic) -> Self
fn from(s: MetadataRespV0Topic) -> Self
Converts to this type from the input type.