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