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