pub struct DescribeClientQuotasEntryV0 {
pub entities: Vec<DescribeClientQuotasEntityV0>,
pub values: Vec<DescribeClientQuotasValueV0>,
}Fields§
§entities: Vec<DescribeClientQuotasEntityV0>§values: Vec<DescribeClientQuotasValueV0>Trait Implementations§
Source§impl Clone for DescribeClientQuotasEntryV0
impl Clone for DescribeClientQuotasEntryV0
Source§fn clone(&self) -> DescribeClientQuotasEntryV0
fn clone(&self) -> DescribeClientQuotasEntryV0
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 DescribeClientQuotasEntryV0
impl Debug for DescribeClientQuotasEntryV0
impl StructuralPartialEq for DescribeClientQuotasEntryV0
Auto Trait Implementations§
impl Freeze for DescribeClientQuotasEntryV0
impl RefUnwindSafe for DescribeClientQuotasEntryV0
impl Send for DescribeClientQuotasEntryV0
impl Sync for DescribeClientQuotasEntryV0
impl Unpin for DescribeClientQuotasEntryV0
impl UnsafeUnpin for DescribeClientQuotasEntryV0
impl UnwindSafe for DescribeClientQuotasEntryV0
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