Struct AppResourceGroupEnergyQuotaState
#[repr(transparent)]pub struct AppResourceGroupEnergyQuotaState(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl Clone for AppResourceGroupEnergyQuotaState
impl Clone for AppResourceGroupEnergyQuotaState
§fn clone(&self) -> AppResourceGroupEnergyQuotaState
fn clone(&self) -> AppResourceGroupEnergyQuotaState
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for AppResourceGroupEnergyQuotaState
impl Debug for AppResourceGroupEnergyQuotaState
§impl Default for AppResourceGroupEnergyQuotaState
impl Default for AppResourceGroupEnergyQuotaState
§fn default() -> AppResourceGroupEnergyQuotaState
fn default() -> AppResourceGroupEnergyQuotaState
Returns the “default value” for a type. Read more
impl Copy for AppResourceGroupEnergyQuotaState
impl Eq for AppResourceGroupEnergyQuotaState
impl StructuralPartialEq for AppResourceGroupEnergyQuotaState
Auto Trait Implementations§
impl Freeze for AppResourceGroupEnergyQuotaState
impl RefUnwindSafe for AppResourceGroupEnergyQuotaState
impl Send for AppResourceGroupEnergyQuotaState
impl Sync for AppResourceGroupEnergyQuotaState
impl Unpin for AppResourceGroupEnergyQuotaState
impl UnwindSafe for AppResourceGroupEnergyQuotaState
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