pub struct DescribeClientQuotasComponentV0 {
pub entity_type: String,
pub match_type: i8,
pub match_value: Option<String>,
}Fields§
§entity_type: String§match_type: i8§match_value: Option<String>Trait Implementations§
Source§impl Clone for DescribeClientQuotasComponentV0
impl Clone for DescribeClientQuotasComponentV0
Source§fn clone(&self) -> DescribeClientQuotasComponentV0
fn clone(&self) -> DescribeClientQuotasComponentV0
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 DescribeClientQuotasComponentV0
impl StructuralPartialEq for DescribeClientQuotasComponentV0
Auto Trait Implementations§
impl Freeze for DescribeClientQuotasComponentV0
impl RefUnwindSafe for DescribeClientQuotasComponentV0
impl Send for DescribeClientQuotasComponentV0
impl Sync for DescribeClientQuotasComponentV0
impl Unpin for DescribeClientQuotasComponentV0
impl UnsafeUnpin for DescribeClientQuotasComponentV0
impl UnwindSafe for DescribeClientQuotasComponentV0
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