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