#[repr(u8)]pub enum DedicatedServerReinstallStep {
RebootingServer = 0,
PreparingBootEnvironment = 1,
InstallingOperatingSystem = 2,
InstallationCompleted = 3,
}Variants§
RebootingServer = 0
PreparingBootEnvironment = 1
InstallingOperatingSystem = 2
InstallationCompleted = 3
Trait Implementations§
Source§impl Clone for DedicatedServerReinstallStep
impl Clone for DedicatedServerReinstallStep
Source§fn clone(&self) -> DedicatedServerReinstallStep
fn clone(&self) -> DedicatedServerReinstallStep
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 moreSource§impl Debug for DedicatedServerReinstallStep
impl Debug for DedicatedServerReinstallStep
Source§impl<'de> Deserialize<'de> for DedicatedServerReinstallStep
impl<'de> Deserialize<'de> for DedicatedServerReinstallStep
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<DedicatedServerReinstallStep> for u8
impl From<DedicatedServerReinstallStep> for u8
Source§fn from(step: DedicatedServerReinstallStep) -> Self
fn from(step: DedicatedServerReinstallStep) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DedicatedServerReinstallStep
impl PartialEq for DedicatedServerReinstallStep
Source§fn eq(&self, other: &DedicatedServerReinstallStep) -> bool
fn eq(&self, other: &DedicatedServerReinstallStep) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<u8> for DedicatedServerReinstallStep
impl TryFrom<u8> for DedicatedServerReinstallStep
impl Copy for DedicatedServerReinstallStep
impl Eq for DedicatedServerReinstallStep
impl StructuralPartialEq for DedicatedServerReinstallStep
Auto Trait Implementations§
impl Freeze for DedicatedServerReinstallStep
impl RefUnwindSafe for DedicatedServerReinstallStep
impl Send for DedicatedServerReinstallStep
impl Sync for DedicatedServerReinstallStep
impl Unpin for DedicatedServerReinstallStep
impl UnwindSafe for DedicatedServerReinstallStep
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.