Struct IsolatedWindowsEnvironmentProgressState
#[repr(transparent)]pub struct IsolatedWindowsEnvironmentProgressState(pub i32);Tuple Fields§
§0: i32Implementations§
§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 duplicate 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