pub struct MetadataRequestV12 {
pub correlation_id: i32,
pub client_id: Option<String>,
pub topics: Option<Vec<MetadataRequestTopicV12>>,
pub allow_auto_topic_creation: bool,
pub include_topic_authorized_operations: bool,
}Expand description
Metadata v12 request with topic UUID support.
Fields§
§correlation_id: i32§client_id: Option<String>§topics: Option<Vec<MetadataRequestTopicV12>>§allow_auto_topic_creation: boolImplementations§
Trait Implementations§
Source§impl Clone for MetadataRequestV12
impl Clone for MetadataRequestV12
Source§fn clone(&self) -> MetadataRequestV12
fn clone(&self) -> MetadataRequestV12
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 MetadataRequestV12
impl Debug for MetadataRequestV12
impl Eq for MetadataRequestV12
Source§impl PartialEq for MetadataRequestV12
impl PartialEq for MetadataRequestV12
impl StructuralPartialEq for MetadataRequestV12
Auto Trait Implementations§
impl Freeze for MetadataRequestV12
impl RefUnwindSafe for MetadataRequestV12
impl Send for MetadataRequestV12
impl Sync for MetadataRequestV12
impl Unpin for MetadataRequestV12
impl UnsafeUnpin for MetadataRequestV12
impl UnwindSafe for MetadataRequestV12
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