pub struct ListConfigResourcesRequestV0 {
pub correlation_id: i32,
pub client_id: Option<String>,
}Expand description
Kafka ListConfigResources v1 request.
Version 0 uses the same API key for the older ListClientMetricsResources operation and has no resource-type request field.
Fields§
§correlation_id: i32§client_id: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for ListConfigResourcesRequestV0
impl Clone for ListConfigResourcesRequestV0
Source§fn clone(&self) -> ListConfigResourcesRequestV0
fn clone(&self) -> ListConfigResourcesRequestV0
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 ListConfigResourcesRequestV0
impl Debug for ListConfigResourcesRequestV0
impl Eq for ListConfigResourcesRequestV0
impl StructuralPartialEq for ListConfigResourcesRequestV0
Auto Trait Implementations§
impl Freeze for ListConfigResourcesRequestV0
impl RefUnwindSafe for ListConfigResourcesRequestV0
impl Send for ListConfigResourcesRequestV0
impl Sync for ListConfigResourcesRequestV0
impl Unpin for ListConfigResourcesRequestV0
impl UnsafeUnpin for ListConfigResourcesRequestV0
impl UnwindSafe for ListConfigResourcesRequestV0
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