Struct IsolatedWindowsEnvironmentProgressState
#[repr(transparent)]pub struct IsolatedWindowsEnvironmentProgressState(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl IsolatedWindowsEnvironmentProgressState
impl IsolatedWindowsEnvironmentProgressState
pub const Queued: Self = _
pub const Processing: Self = _
pub const Completed: Self = _
pub const Creating: Self = _
pub const Retrying: Self = _
pub const Starting: Self = _
pub const Finalizing: Self = _
Trait Implementations§
§impl Clone for IsolatedWindowsEnvironmentProgressState
impl Clone for IsolatedWindowsEnvironmentProgressState
§fn clone(&self) -> IsolatedWindowsEnvironmentProgressState
fn clone(&self) -> IsolatedWindowsEnvironmentProgressState
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 Default for IsolatedWindowsEnvironmentProgressState
impl Default for IsolatedWindowsEnvironmentProgressState
§fn default() -> IsolatedWindowsEnvironmentProgressState
fn default() -> IsolatedWindowsEnvironmentProgressState
Returns the “default value” for a type. Read more
§impl PartialEq for IsolatedWindowsEnvironmentProgressState
impl PartialEq for IsolatedWindowsEnvironmentProgressState
§fn eq(&self, other: &IsolatedWindowsEnvironmentProgressState) -> bool
fn eq(&self, other: &IsolatedWindowsEnvironmentProgressState) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for IsolatedWindowsEnvironmentProgressState
impl Eq for IsolatedWindowsEnvironmentProgressState
impl StructuralPartialEq for IsolatedWindowsEnvironmentProgressState
Auto Trait Implementations§
impl Freeze for IsolatedWindowsEnvironmentProgressState
impl RefUnwindSafe for IsolatedWindowsEnvironmentProgressState
impl Send for IsolatedWindowsEnvironmentProgressState
impl Sync for IsolatedWindowsEnvironmentProgressState
impl Unpin for IsolatedWindowsEnvironmentProgressState
impl UnwindSafe for IsolatedWindowsEnvironmentProgressState
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