pub struct DescribeClientQuotasValueV0 {
pub key: String,
pub value: f64,
}Fields§
§key: String§value: f64Trait Implementations§
Source§impl Clone for DescribeClientQuotasValueV0
impl Clone for DescribeClientQuotasValueV0
Source§fn clone(&self) -> DescribeClientQuotasValueV0
fn clone(&self) -> DescribeClientQuotasValueV0
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 DescribeClientQuotasValueV0
impl Debug for DescribeClientQuotasValueV0
impl StructuralPartialEq for DescribeClientQuotasValueV0
Auto Trait Implementations§
impl Freeze for DescribeClientQuotasValueV0
impl RefUnwindSafe for DescribeClientQuotasValueV0
impl Send for DescribeClientQuotasValueV0
impl Sync for DescribeClientQuotasValueV0
impl Unpin for DescribeClientQuotasValueV0
impl UnsafeUnpin for DescribeClientQuotasValueV0
impl UnwindSafe for DescribeClientQuotasValueV0
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