#[repr(transparent)]pub struct AppResourceGroupExecutionState(pub i32);
Expand description
Required features: "System"
Tuple Fields
0: i32
Implementations
impl AppResourceGroupExecutionState
impl AppResourceGroupExecutionState
pub const Unknown: Self = Self(0i32)
pub const Running: Self = Self(1i32)
pub const Suspending: Self = Self(2i32)
pub const Suspended: Self = Self(3i32)
pub const NotRunning: Self = Self(4i32)
Trait Implementations
impl Clone for AppResourceGroupExecutionState
impl Clone for AppResourceGroupExecutionState
impl Copy for AppResourceGroupExecutionState
Auto Trait Implementations
impl RefUnwindSafe for AppResourceGroupExecutionState
impl Send for AppResourceGroupExecutionState
impl Sync for AppResourceGroupExecutionState
impl Unpin for AppResourceGroupExecutionState
impl UnwindSafe for AppResourceGroupExecutionState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more