pub struct AlterClientQuotasRequestV0 {
pub correlation_id: i32,
pub client_id: Option<String>,
pub entries: Vec<AlterClientQuotasEntryV0>,
pub validate_only: bool,
}Fields§
§correlation_id: i32§client_id: Option<String>§entries: Vec<AlterClientQuotasEntryV0>§validate_only: boolImplementations§
Trait Implementations§
Source§impl Clone for AlterClientQuotasRequestV0
impl Clone for AlterClientQuotasRequestV0
Source§fn clone(&self) -> AlterClientQuotasRequestV0
fn clone(&self) -> AlterClientQuotasRequestV0
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 AlterClientQuotasRequestV0
impl Debug for AlterClientQuotasRequestV0
impl StructuralPartialEq for AlterClientQuotasRequestV0
Auto Trait Implementations§
impl Freeze for AlterClientQuotasRequestV0
impl RefUnwindSafe for AlterClientQuotasRequestV0
impl Send for AlterClientQuotasRequestV0
impl Sync for AlterClientQuotasRequestV0
impl Unpin for AlterClientQuotasRequestV0
impl UnsafeUnpin for AlterClientQuotasRequestV0
impl UnwindSafe for AlterClientQuotasRequestV0
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