pub struct ListConfigResourcesRequestV1 {
pub correlation_id: i32,
pub client_id: Option<String>,
pub resource_types: Vec<i8>,
}Expand description
Kafka ListConfigResources v1 request.
Fields§
§correlation_id: i32§client_id: Option<String>§resource_types: Vec<i8>Empty requests ask Kafka for every supported configuration resource type.
Implementations§
Trait Implementations§
Source§impl Clone for ListConfigResourcesRequestV1
impl Clone for ListConfigResourcesRequestV1
Source§fn clone(&self) -> ListConfigResourcesRequestV1
fn clone(&self) -> ListConfigResourcesRequestV1
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 ListConfigResourcesRequestV1
impl Debug for ListConfigResourcesRequestV1
impl Eq for ListConfigResourcesRequestV1
impl StructuralPartialEq for ListConfigResourcesRequestV1
Auto Trait Implementations§
impl Freeze for ListConfigResourcesRequestV1
impl RefUnwindSafe for ListConfigResourcesRequestV1
impl Send for ListConfigResourcesRequestV1
impl Sync for ListConfigResourcesRequestV1
impl Unpin for ListConfigResourcesRequestV1
impl UnsafeUnpin for ListConfigResourcesRequestV1
impl UnwindSafe for ListConfigResourcesRequestV1
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