pub struct MetadataResponse {
pub brokers: Vec<Broker>,
pub stream_metadata: Vec<StreamMetadata>,
/* private fields */
}
Fields§
§brokers: Vec<Broker>
§stream_metadata: Vec<StreamMetadata>
Trait Implementations§
source§impl Debug for MetadataResponse
impl Debug for MetadataResponse
source§impl Decoder for MetadataResponse
impl Decoder for MetadataResponse
source§impl Encoder for MetadataResponse
impl Encoder for MetadataResponse
source§impl FromResponse for MetadataResponse
impl FromResponse for MetadataResponse
fn from_response(response: Response) -> Option<Self>
source§impl PartialEq for MetadataResponse
impl PartialEq for MetadataResponse
impl Eq for MetadataResponse
impl StructuralPartialEq for MetadataResponse
Auto Trait Implementations§
impl Freeze for MetadataResponse
impl RefUnwindSafe for MetadataResponse
impl Send for MetadataResponse
impl Sync for MetadataResponse
impl Unpin for MetadataResponse
impl UnwindSafe for MetadataResponse
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