pub struct DescribeClientQuotasResponseV0 {
pub throttle_time_ms: i32,
pub error_code: i16,
pub error_message: Option<String>,
pub entries: Vec<DescribeClientQuotasEntryV0>,
}Fields§
§throttle_time_ms: i32§error_code: i16§error_message: Option<String>§entries: Vec<DescribeClientQuotasEntryV0>Implementations§
Source§impl DescribeClientQuotasResponseV0
impl DescribeClientQuotasResponseV0
pub fn decode_body(decoder: &mut Decoder<'_>) -> Result<Self>
Trait Implementations§
Source§impl Clone for DescribeClientQuotasResponseV0
impl Clone for DescribeClientQuotasResponseV0
Source§fn clone(&self) -> DescribeClientQuotasResponseV0
fn clone(&self) -> DescribeClientQuotasResponseV0
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 moreimpl StructuralPartialEq for DescribeClientQuotasResponseV0
Auto Trait Implementations§
impl Freeze for DescribeClientQuotasResponseV0
impl RefUnwindSafe for DescribeClientQuotasResponseV0
impl Send for DescribeClientQuotasResponseV0
impl Sync for DescribeClientQuotasResponseV0
impl Unpin for DescribeClientQuotasResponseV0
impl UnsafeUnpin for DescribeClientQuotasResponseV0
impl UnwindSafe for DescribeClientQuotasResponseV0
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